# vscode-script-for-cpp **Repository Path**: yjkhtddx/vscode-script-for-cpp ## Basic Information - **Project Name**: vscode-script-for-cpp - **Description**: vscode 创建C++项目脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-09-25 - **Last Updated**: 2025-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vscode 创建 C++项目脚本 [TOC] ## vscode 插件 * Chinese(Simplified) Language Pack for Visual Studio Code * C/C++ * CMake * CMake Tools * CMake integration * Prettier - Code formatter * Doxygen Documentation Generator ## 直接添加 ```shell git init git clone https://gitee.com/yjkhtddx/vscode-script-for-cpp.git script ./script/init.sh git add . git commit -m "first commit" git remote add origin git push -u origin master ``` ## 子模块方式添加 ```shell git init git submodule add https://gitee.com/yjkhtddx/vscode-script-for-cpp.git ./script ./script/init.sh git add . git commit -m "first commit" git remote add origin git push -u origin master ```