Skip to content

Commit ac273de

Browse files
authored
Merge branch 'Septh:main' into main
2 parents ad91573 + 540c54d commit ac273de

11 files changed

+648
-320
lines changed

.vscode/settings.json

+18-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"terminal.integrated.automationProfile.windows": {
3-
"path": "cmd.exe"
4-
},
5-
"typescript.tsdk": "node_modules\\typescript\\lib",
2+
"typescript.tsdk": "node_modules/typescript/lib",
63
"debug.terminal.clearBeforeReusing": true,
74
"vsicons.associations.files": [
85
{
@@ -15,14 +12,30 @@
1512
"filename": true,
1613
"format": "svg",
1714
},
15+
{
16+
"icon": "tsconfig",
17+
"extensions": [],
18+
"filenamesGlob": [
19+
"tsconfig.demos",
20+
],
21+
"extensionsGlob": [
22+
"json"
23+
],
24+
"filename": true,
25+
"format": "svg",
26+
}
1827
],
1928
"cSpell.words": [
2029
"dllname",
30+
"enumdesktopwindows",
2131
"Koffi",
2232
"libwin",
33+
"messagebox",
2334
"Mmsg",
2435
"mucho",
25-
"shakeability"
36+
"shakeability",
37+
"skakeable",
38+
"tsbuildinfo"
2639
],
2740
"cSpell.languageSettings": [
2841
{

.vscode/tasks.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@
1414
"kind": "build",
1515
"isDefault": true
1616
},
17-
"dependsOn": [
18-
"clean lib"
19-
],
20-
"dependsOrder": "sequence",
2117
"type": "typescript",
22-
"tsconfig": "tsconfig.json",
18+
"tsconfig": "tsconfig.build.json",
2319
"option": "watch",
2420
"problemMatcher": [
2521
"$tsc-watch"
26-
]
22+
],
23+
"isBackground": true,
24+
"dependsOn": [ "clean lib" ],
25+
"dependsOrder": "sequence",
26+
"runOptions": {
27+
"runOn": "folderOpen"
28+
}
2729
}
2830
]
2931
}

0 commit comments

Comments
 (0)