Skip to content

Commit

Permalink
chore: Update .vscode/settings.json to work on non-Windows systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Sep 26, 2024
1 parent 487ea81 commit 475778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib",
"typescript.tsdk": "node_modules/typescript/lib",
"debug.javascript.terminalOptions": {
"skipFiles": [
"<node_internals>/**",
Expand Down

0 comments on commit 475778b

Please sign in to comment.