diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 1143afeaf2..0000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // Bypass check for node_modules/flow-bin/SHASUM256.txt.sign since it - // doesn't exist in flow-bin 0.96.0. - "flow.useNPMPackagedFlow": false, - "flow.pathToFlow": "${workspaceFolder}/node_modules/.bin/flow", - // VS Code uses TypeScript to validate JavaScript, which conflicts with the Flow - // integration. - "javascript.validate.enable": false -}