diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 50f889140042..000000000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "recommendations": [ "dbaeumer.vscode-eslint", "stylelint.vscode-stylelint" ] -} diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 26a46ab89d16..000000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - // Use IntelliSense to learn about possible Node.js debug attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "node", - "request": "launch", - "name": "Jest Tests watch", - "program": "${workspaceRoot}/node_modules/jest/bin/jest.js", - "args": [ - "--runInBand", - "--watch", - ], - "runtimeArgs": [ - "--harmony" - ], - "sourceMaps": true, - "cwd": "${workspaceRoot}" - }, - { - "type": "node", - "request": "launch", - "name": "Gulp Tests watch", - "program": "${workspaceRoot}/node_modules/gulp/bin/gulp.js", - "args": [ - "build-renovation-testing:watch", - "--playgroundName", - ], - "runtimeArgs": [ - "--harmony" - ], - "sourceMaps": true, - "cwd": "${workspaceRoot}" - }, - { - "type": "node", - "request": "launch", - "name": "Jest Test (current opened file)", - "program": "${workspaceRoot}/node_modules/jest/bin/jest.js", - "args": [ - "--runInBand", - "--no-cache", - "${fileBasenameNoExtension}", - ], - "runtimeArgs": [ - "--harmony" - ], - "sourceMaps": true, - "cwd": "${workspaceRoot}" - }, - { - "type": "node", - "request": "launch", - "name": "Jest Tests", - "program": "${workspaceRoot}/node_modules/jest/bin/jest.js", - "args": [ - "--runInBand", - "--no-cache", - ], - "runtimeArgs": [ - "--harmony" - ], - "sourceMaps": true, - "cwd": "${workspaceRoot}" - }, - { - "type": "node", - "name": "vscode-jest-tests", - "request": "launch", - "console": "integratedTerminal", - "internalConsoleOptions": "neverOpen", - "disableOptimisticBPs": true, - "sourceMaps": true, - "program": "${workspaceFolder}/node_modules/jest/bin/jest.js", - "cwd": "${workspaceFolder}", - "args": [ - "--runInBand", - "--watchAll=false" - ] - } - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b26a470b2278..000000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "jest.autoRun": { - "watch": true, - }, - "editor.codeActionsOnSave": { - "source.fixAll.eslint": true - } -} diff --git a/testing/renovation/platforms/react/dist/declaration/schedulerAdaptiveRTL.html b/testing/renovation/platforms/react/dist/declaration/schedulerAdaptiveRTL.html deleted file mode 100644 index 342e1f303e88..000000000000 --- a/testing/renovation/platforms/react/dist/declaration/schedulerAdaptiveRTL.html +++ /dev/null @@ -1,22 +0,0 @@ - - -
-