mirror of https://gitee.com/cxasm/notepad--.git
windows-vscode: 更新用于 Windows 中使用 VSCode 构建的工作区配置模板
This commit is contained in:
parent
833a155f98
commit
12a494e74d
|
@ -27,5 +27,7 @@
|
|||
// 要在生成时传递给基础生成工具的其他参数
|
||||
"cmake.buildToolArgs": [
|
||||
|
||||
]
|
||||
],
|
||||
// 使用 install 时,安装到 build/install 目录
|
||||
"cmake.installPrefix": "${workspaceFolder}/build/install"
|
||||
}
|
|
@ -24,5 +24,7 @@
|
|||
// 要在生成时传递给基础生成工具的其他参数
|
||||
"cmake.buildToolArgs": [
|
||||
|
||||
]
|
||||
],
|
||||
// 使用 install 时,安装到 build/install 目录
|
||||
"cmake.installPrefix": "${workspaceFolder}/build/install"
|
||||
}
|
Loading…
Reference in New Issue