Skip to content

Commit 4cefe55

Browse files
committed
Updated settings files
1 parent 7985412 commit 4cefe55

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/FUNDING.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Project sponsorship links
2+
3+
patreon: UGildor
4+
custom: https://www.gildor.org/en/donate

.vscode/launch.json

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"stopAtEntry": false,
1515
"cwd": "${workspaceFolder}",
1616
"environment": [],
17-
"externalConsole": false,
1817
"logging": { "moduleLoad": false },
1918
"visualizerFile": "${workspaceFolder}/Tools/umodel.natvis"
2019
},
@@ -25,7 +24,6 @@
2524
"program": "${workspaceFolder}/umodel.exe",
2625
"args": [ "@${workspaceFolder}/docs/cmdline.cfg" ],
2726
"cwd": "${workspaceFolder}",
28-
"externalConsole": false,
2927
"logging": { "moduleLoad": false },
3028
"visualizerFile": "${workspaceFolder}/Tools/umodel.natvis"
3129
},
@@ -37,7 +35,6 @@
3735
"program": "${workspaceFolder}/Tools/UITest/uitest.exe",
3836
"args": [],
3937
"cwd": "${workspaceFolder}",
40-
"externalConsole": false,
4138
"logging": { "moduleLoad": false },
4239
"visualizerFile": "${workspaceFolder}/Tools/umodel.natvis"
4340
}

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"unversioned",
4949
"recurse",
5050
"uv",
51+
"retargeting",
5152
"retarget"
5253
]
5354
}

0 commit comments

Comments
 (0)