Skip to content

Commit

Permalink
Merge pull request #1013 from lens-protocol/chore/vscode-settings
Browse files Browse the repository at this point in the history
feat: setup VSCode to use correct TS version
  • Loading branch information
cesarenaldi authored Dec 12, 2024
2 parents c6dcb3e + 58ff620 commit 8bc6ac8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@
},
"editor.formatOnSave": true,
"editor.suggest.insertMode": "replace"
}
},
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"rimraf": "^6.0.1",
"tsx": "^4.19.1",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.3"
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 8bc6ac8

Please sign in to comment.