Migrate to a monorepo structure (#2909)
This commit is contained in:
Vendored
+3
-2
@@ -11,6 +11,7 @@
|
||||
"graphql.vscode-graphql-syntax",
|
||||
"graphql.vscode-graphql",
|
||||
"figma.figma-vscode-extension",
|
||||
"xyc.vscode-mdx-preview"
|
||||
"xyc.vscode-mdx-preview",
|
||||
"arcanis.vscode-zipfs"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+5
-1
@@ -44,5 +44,9 @@
|
||||
"source.fixAll.eslint": "explicit",
|
||||
"source.addMissingImports": "always"
|
||||
}
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/.yarn": true,
|
||||
"**/.pnp.*": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user