Skip to content

Commit

Permalink
Remove unwanted files (#14416)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Oct 4, 2023
1 parent 922e179 commit bb016df
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 851 deletions.
38 changes: 0 additions & 38 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,32 +161,6 @@
"order": 10
}
},
{
"name": "Perf Tests (*.perf.test.ts)",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"${workspaceFolder}/src/test/testMultiRootWkspc/perfTests",
"--enable-proposed-api",
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test/index.node.js"
],
"env": {
"CI_PYTHON_PATH": "<Python Path>",
"VSC_JUPYTER_PERF_TEST": "1",
"TEST_FILES_SUFFIX": "notebookCellExecution.perf.test",
"VSC_JUPYTER_TEST_TIMEOUT": "60000"
},
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/out/**/*.js", "!${workspaceFolder}/**/node_modules**/*"],
"preLaunchTask": "Compile",
"skipFiles": ["<node_internals>/**"],
"presentation": {
"group": "2_tests",
"order": 12
}
},
{
"name": "Jedi LSP tests",
"type": "extensionHost",
Expand Down Expand Up @@ -361,18 +335,6 @@
"order": 2
}
},
{
"name": "Python: Current File with iPython",
"type": "python",
"request": "launch",
"module": "IPython",
"console": "integratedTerminal",
"args": ["${file}"], // Additional args should be prefixed with a '--' first.
"presentation": {
"group": "3_misc",
"order": 3
}
},
{
"name": "Python: Current File",
"type": "python",
Expand Down
1 change: 1 addition & 0 deletions CodeQL.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Maintained by @rzhao271
path_classifiers:
test:
# Classify all files in the top-level directory src/test as test code.
Expand Down
26 changes: 0 additions & 26 deletions build/ci/addEnvPath.py

This file was deleted.

9 changes: 0 additions & 9 deletions build/ci/component-gov.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions build/ci/static_analysis/credscan/CredScanSuppressions.json

This file was deleted.

Binary file removed build/ci/static_analysis/policheck/exceptions.mdb
Binary file not shown.
4 changes: 2 additions & 2 deletions build/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the MIT License.
'use strict';

const util = require('./util');
exports.ExtensionRootDir = util.ExtensionRootDir;
const path = require('path');
exports.ExtensionRootDir = path.dirname(__dirname);
exports.isWindows = /^win/.test(process.platform);
exports.isCI = process.env.TF_BUILD !== undefined || process.env.GITHUB_ACTIONS === 'true';
1 change: 0 additions & 1 deletion build/contributedFiles.json

This file was deleted.

Loading

0 comments on commit bb016df

Please sign in to comment.