Skip to content

Commit

Permalink
forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo committed Jun 17, 2024
1 parent 0a69e97 commit 161ab11
Show file tree
Hide file tree
Showing 14 changed files with 1,311 additions and 1,751 deletions.
Binary file added .DS_Store
Binary file not shown.
24 changes: 0 additions & 24 deletions .eslintrc.json

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/deploy.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ out/

run.sh

.gitignore
.gitignore

*.antlr
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
"--extensionDevelopmentPath=${workspaceRoot}"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
"${workspaceRoot}/out/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
},
Expand Down
3 changes: 2 additions & 1 deletion language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
["(", ")"],
["'", "'"],
["\"", "\""],
["`", "`"]
["`", "`"],
["<", ">"]
],
"folding": {
"markers": {
Expand Down
Loading

0 comments on commit 161ab11

Please sign in to comment.