This website requires JavaScript.
Explore
Help
Register
Sign In
graphite
/
Sharkey
Watch
1
Star
0
Fork
You've already forked Sharkey
0
mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced
2024-11-10 07:53:09 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7658351041
Sharkey
/
.vscode
/
settings.json
6 lines
119 B
JSON
Raw
Normal View
History
Unescape
Escape
Use pnpm for package manager (#9531) * Use pnpm for package manager * Fix * Change github workflow * use pnpm in workflow * fix * Fix test (e2e/jest) * Update Dockerfile for pnpm * Exclude node_modules from file search on VSCode * Update pnpm-lock.yaml * Update pnpm-lock.yaml * Move typescript from devDependencies to dependencies * Fix Dockerfile Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-01-15 23:08:42 +02:00
{
"search.exclude"
:
{
"**/node_modules"
:
true
fix typescript version on vscode
2023-02-19 14:29:04 +02:00
}
,
"typescript.tsdk"
:
"node_modules/typescript/lib"
Use pnpm for package manager (#9531) * Use pnpm for package manager * Fix * Change github workflow * use pnpm in workflow * fix * Fix test (e2e/jest) * Update Dockerfile for pnpm * Exclude node_modules from file search on VSCode * Update pnpm-lock.yaml * Update pnpm-lock.yaml * Move typescript from devDependencies to dependencies * Fix Dockerfile Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-01-15 23:08:42 +02:00
}
Reference in a new issue
Copy permalink