Skip to content

Commit

Permalink
WIP progress
Browse files Browse the repository at this point in the history
  • Loading branch information
ericelliott committed Jul 24, 2024
1 parent 32951cb commit ce2e6cf
Show file tree
Hide file tree
Showing 11 changed files with 1,516 additions and 41 deletions.
9 changes: 6 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"${workspaceFolder}/.."
]
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
}
]
}
4 changes: 2 additions & 2 deletions language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["`", "`"]
],
// symbols that can be used to surround a selection
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["`", "`"]
]
}
40 changes: 40 additions & 0 deletions out/extension.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions out/extension.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ce2e6cf

Please sign in to comment.