Added VSCode workspace file.

This commit is contained in:
Sebastian Kupke 2022-05-02 11:13:03 +02:00
parent 1efe94ef97
commit 51b0ef4b1b
2 changed files with 8 additions and 2 deletions

2
.gitignore vendored
View File

@ -77,11 +77,9 @@ typings/
.fusebox/
# own
*.code-workspace
.history/
.vscode/
# ignore generated contents-
/doc/out/*
**/thumbnails

8
iwmlib.code-workspace Normal file
View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}