Skip to content

Commit 6552991

Browse files
committed
fix vscode template
1 parent 2a87e96 commit 6552991

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "ege" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## 1.0.3
8+
9+
- 修正 vscode 项目模板的一些小问题
10+
711
## 1.0.2
812

913
- 修正单文件编译在 GCC 下的错误

cmake_template/.vscode/c_cpp_properties.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,16 @@
5151
"cStandard": "c11",
5252
"cppStandard": "c++17",
5353
"compilerPath": "${default}",
54+
"defines": [
55+
"SHOW_CONSOLE=1",
56+
"_CRT_SECURE_NO_WARNINGS=1",
57+
"NOMINMAX=1"
58+
],
5459
"compilerArgs": [
5560
"/Zc:__cplusplus"
5661
],
5762
"includePath": [
5863
"${myDefaultIncludePath}",
59-
"SHOW_CONSOLE=1"
6064
],
6165
"configurationProvider": "ms-vscode.cmake-tools"
6266
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ege",
33
"displayName": "ege",
44
"description": "Auto configuration for ege (https://xege.org)",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"icon": "images/logo.png",
77
"publisher": "wysaid",
88
"repository": {

0 commit comments

Comments
 (0)