Skip to content

Commit

Permalink
build(build-tools): Add vscode workspace for build-tools (microsoft#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler authored Oct 15, 2024
1 parent 065969e commit d4d3ac1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build-tools/.vscode/build-tools.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"folders": [
{
"name": "build-tools",
"path": "../"
},
{
"name": "FluidFramework",
"path": "../.."
}
],
"settings": {
"search.followSymlinks": false,
"typescript.preferences.preferTypeOnlyAutoImports": true
}
}

0 comments on commit d4d3ac1

Please sign in to comment.