vscode-jupyter/.vscodeignore

70 строки
1.1 KiB
Plaintext
Исходник Обычный вид История

!out/client/**/*.map
2016-01-19 13:58:51 +03:00
**/*.map
*.vsix
2018-04-05 22:35:01 +03:00
.appveyor.yml
.editorconfig
.eslintrc
.gitattributes
2018-04-05 22:35:01 +03:00
.gitignore
.gitmodules
.huskyrc.json
.npmrc
2016-06-17 17:59:22 +03:00
.travis.yml
CODE_OF_CONDUCT.md
CODING_STANDARDS.md
CONTRIBUTING.md
CONTRIBUTING - LANGUAGE SERVER.md
2018-04-05 22:35:01 +03:00
coverconfig.json
gulpfile.js
2018-11-28 23:43:20 +03:00
package.datascience-ui.dependencies.json
package-lock.json
VS Python analysis engine integration (#1231) * Undo changes * Test fixes * Increase timeout * Remove double event listening * Remove test * Revert "Remove test" This reverts commit e240c3fd117c38b9e6fdcbdd1ba2715789fefe48. * Revert "Remove double event listening" This reverts commit af573be27372a79d5589e2134002cc753bb54f2a. * Undo changes * Test fixes * .NET Core check * Better find dotnet * Fix pip test * Linting tests * Undo accidental changes * Add clone and build PTVS * Appveyor PTVS build * Fix slashes * Enable build * Try absolute path * Fix xcopy switch * Activate Analysis Engine test on Appveyor * Temporary only run new tests * Disable PEP hint tests * Test fix * Disable appveyor build and tests for PTVS for now * Remove analysis engine test from the set * Remove VS image for now * Build/sign VSXI project * Run vsce from cmd * Rename * Abs path vsce * Path * Move project * Ignore publishing project * Try csproj * Add framework * Ignore build output folder * Package before build * Try batch instead of PS * Fix path quotes * #1096 The if statement is automatically formatted incorrectly * Merge fix * Add more tests * More tests * Typo * Test * Also better handle multiline arguments * Changes lost on squash * More lost changes * Restore Jedi/PTVS setting * Update tests to new PTVS * Signature tests * Add PTVS tests task * Analysis Engine contribution * Add Mac/Linux info * Disable csproj build * Add unzip to dependencies * Minor fixes to doc * Change setting type to bool * Report progress on status bar * Simplify * CR feedback * Fix launching fx-independent code on Mac/Linux * Add title
2018-03-30 23:44:07 +03:00
packageExtension.cmd
pvsc-dev-ext.py
PYTHON_INTERACTIVE_TROUBLESHOOTING.md
2018-11-28 23:43:20 +03:00
tsconfig*.json
2018-04-05 22:35:01 +03:00
tsfmt.json
tslint.json
typings.json
vsc-extension-quickstart.md
2018-04-05 22:35:01 +03:00
vscode-python-signing.*
webpack.config.js
webpack.datascience-ui.config.js
2018-04-05 22:35:01 +03:00
.github/**
.mocha-reporter/**
2018-04-05 22:35:01 +03:00
.nvm/**
.nyc_output
2018-10-04 21:35:40 +03:00
.venv/**
2018-04-05 22:35:01 +03:00
.vscode/**
.vscode-test/**
languageServer/**
languageServer.*/**
VS Python analysis engine integration (#1231) * Undo changes * Test fixes * Increase timeout * Remove double event listening * Remove test * Revert "Remove test" This reverts commit e240c3fd117c38b9e6fdcbdd1ba2715789fefe48. * Revert "Remove double event listening" This reverts commit af573be27372a79d5589e2134002cc753bb54f2a. * Undo changes * Test fixes * .NET Core check * Better find dotnet * Fix pip test * Linting tests * Undo accidental changes * Add clone and build PTVS * Appveyor PTVS build * Fix slashes * Enable build * Try absolute path * Fix xcopy switch * Activate Analysis Engine test on Appveyor * Temporary only run new tests * Disable PEP hint tests * Test fix * Disable appveyor build and tests for PTVS for now * Remove analysis engine test from the set * Remove VS image for now * Build/sign VSXI project * Run vsce from cmd * Rename * Abs path vsce * Path * Move project * Ignore publishing project * Try csproj * Add framework * Ignore build output folder * Package before build * Try batch instead of PS * Fix path quotes * #1096 The if statement is automatically formatted incorrectly * Merge fix * Add more tests * More tests * Typo * Test * Also better handle multiline arguments * Changes lost on squash * More lost changes * Restore Jedi/PTVS setting * Update tests to new PTVS * Signature tests * Add PTVS tests task * Analysis Engine contribution * Add Mac/Linux info * Disable csproj build * Add unzip to dependencies * Minor fixes to doc * Change setting type to bool * Report progress on status bar * Simplify * CR feedback * Fix launching fx-independent code on Mac/Linux * Add title
2018-03-30 23:44:07 +03:00
bin/**
build/**
VS Python analysis engine integration (#1231) * Undo changes * Test fixes * Increase timeout * Remove double event listening * Remove test * Revert "Remove test" This reverts commit e240c3fd117c38b9e6fdcbdd1ba2715789fefe48. * Revert "Remove double event listening" This reverts commit af573be27372a79d5589e2134002cc753bb54f2a. * Undo changes * Test fixes * .NET Core check * Better find dotnet * Fix pip test * Linting tests * Undo accidental changes * Add clone and build PTVS * Appveyor PTVS build * Fix slashes * Enable build * Try absolute path * Fix xcopy switch * Activate Analysis Engine test on Appveyor * Temporary only run new tests * Disable PEP hint tests * Test fix * Disable appveyor build and tests for PTVS for now * Remove analysis engine test from the set * Remove VS image for now * Build/sign VSXI project * Run vsce from cmd * Rename * Abs path vsce * Path * Move project * Ignore publishing project * Try csproj * Add framework * Ignore build output folder * Package before build * Try batch instead of PS * Fix path quotes * #1096 The if statement is automatically formatted incorrectly * Merge fix * Add more tests * More tests * Typo * Test * Also better handle multiline arguments * Changes lost on squash * More lost changes * Restore Jedi/PTVS setting * Update tests to new PTVS * Signature tests * Add PTVS tests task * Analysis Engine contribution * Add Mac/Linux info * Disable csproj build * Add unzip to dependencies * Minor fixes to doc * Change setting type to bool * Report progress on status bar * Simplify * CR feedback * Fix launching fx-independent code on Mac/Linux * Add title
2018-03-30 23:44:07 +03:00
BuildOutput/**
2018-04-05 22:35:01 +03:00
coverage/**
debug_coverage*/**
images/**/*.gif
images/**/*.png
news/**
node_modules/**
2018-04-05 22:35:01 +03:00
obj/**
2018-11-28 23:43:20 +03:00
out/client/**/*analyzer.html
2018-04-05 22:35:01 +03:00
out/coverconfig.json
out/pythonFiles/**
out/src/**
out/test/**
out/testMultiRootWkspc/**
precommit.hook
2018-04-05 22:35:01 +03:00
pythonFiles/**/*.pyc
pythonFiles/lib/**/*.dist-info/**
pythonFiles/lib/**/*.egg-info/**
pythonFiles/lib/python/bin/**
2018-04-05 22:35:01 +03:00
requirements.txt
scripts/**
src/**
test/**
tmp/**
tpn/**
2018-04-05 22:35:01 +03:00
typings/**