Skip to content

Commit 9485d22

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
chore: prepare 0.1.0 release.
- remove VSIX from Git, - use VS Code 1.85 settings format Signed-off-by: Akos Kitta <[email protected]>
1 parent 9508d0a commit 9485d22

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ node_modules/
33
lib/
44
bin/
55
dist/
6-
# build-artifacts/
6+
build-artifacts/
77
.tests/
88
.vscode-test

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"typescript.tsc.autoDetect": "off",
66
"typescript.tsdk": "node_modules/typescript/lib",
77
"editor.codeActionsOnSave": {
8-
"source.fixAll.eslint": true
8+
"source.fixAll.eslint": "explicit"
99
}
1010
}
-111 KB
Binary file not shown.

0 commit comments

Comments
 (0)