[compiler] Remove .vscode
To keep consistent with the rest of the React repo, let's remove this because editor settings are personal. Additionally this wasn't in the root directory so it wasn't being applied anyway. ghstack-source-id: 3a2e2993d642d9336bdd4d35dfaeb710ac88247b Pull Request resolved: https://github.com/facebook/react/pull/29861
Lauren Tan committed
Jun 11, 2024 at 14:59 UTC
82dea10511c562950783a60aa034ab6778d732b0
1 file changed
-8
compiler/.vscode/settings.json
deleted
-8
@@ -1,8 +0,0 @@
1
-{
2
- "editor.formatOnSave": true,
3
- "[typescript][typescriptreact]": {
4
- "editor.codeActionsOnSave": {
5
- "source.organizeImports": "explicit"
6
- }
7
- }
8
-}