Skip to content

Commit

Permalink
[EngSys] Update pnpm ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
mpodwysocki committed Nov 1, 2024
2 parents 6cd6632 + 2404c52 commit 2150e77
Show file tree
Hide file tree
Showing 2,389 changed files with 13,852 additions and 15,483 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,6 @@ sdk/**/sshKey.pub

# turbo
.turbo

# vitest results
.vite/vitest/results.json
1 change: 1 addition & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
"reoffer",
"rrggbb",
"rushx",
"socketio",
"soundex",
"southcentralus",
"struct",
Expand Down
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@
"**/*.d.ts": true,
"**/test-browser/*": true
},
"typescript.tsdk": "./sdk/core/core-rest-pipeline/node_modules/typescript/lib"
"typescript.tsdk": "./sdk/core/core-rest-pipeline/node_modules/typescript/lib",
"vitest.vitestPackagePath": "common/tools/dev-tool/node_modules/vitest/package.json",
"vitest.experimentalStaticAstCollect": true,
"vitest.configSearchPatternExclude": "{**/node_modules/**,**/.*/**,**/*.d.ts,eng/**,samples/**}",
"vitest.nodeEnv": {}
}
Loading

0 comments on commit 2150e77

Please sign in to comment.