vscode-jupyter/.vscodeignore

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

2016-01-19 13:58:51 +03:00
**/*.map
**/*.analyzer.html
!out/datascience-ui/common/node_modules/**/*
!out/datascience-ui/notebook/commons.initial.bundle.js.map
!out/datascience-ui/notebook/interactiveWindow.js.map
!out/datascience-ui/notebook/nativeEditor.js.map
!out/datascience-ui/viewers/commons.initial.bundle.js.map
!out/datascience-ui/viewers/dataExplorer.js.map
!out/datascience-ui/viewers/plotViewer.js.map
!out/BCryptGenRandom/BCryptGenRandom.exe
images/**
docs/**
*.vsix
2018-04-05 22:35:01 +03:00
.appveyor.yml
.editorconfig
.env
.eslintrc
.gitattributes
2018-04-05 22:35:01 +03:00
.gitignore
.gitmodules
.huskyrc.json
.npmrc
.nvmrc
.nycrc
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
cucumber-report.json
2018-04-05 22:35:01 +03:00
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
pvsc.code-workspace
PYTHON_INTERACTIVE_TROUBLESHOOTING.md
requirements.in
sprint-planning.github-issues
test.ipynb
travis*.log
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-*.config.js
2018-04-05 22:35:01 +03:00
.devcontainer/**
2018-04-05 22:35:01 +03:00
.github/**
.mocha-reporter/**
2018-04-05 22:35:01 +03:00
.nvm/**
.nyc_output
.prettierrc.js
.sonarcloud.properties
2018-10-04 21:35:40 +03:00
.venv/**
2018-04-05 22:35:01 +03:00
.vscode/**
.vscode-test/**
.vscode test/**
languageServer/**
languageServer.*/**
nodeLanguageServer/**
nodeLanguageServer.*/**
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/**
data/**
2018-04-05 22:35:01 +03:00
debug_coverage*/**
images/**/*.gif
images/**/*.png
ipywidgets/**
2018-04-05 22:35:01 +03:00
news/**
node_modules/**
2018-04-05 22:35:01 +03:00
obj/**
out/**/*.stats.json
out/client/**/*.analyzer.html
2018-04-05 22:35:01 +03:00
out/coverconfig.json
out/datascience-ui/**/*.analyzer.html
out/datascience-ui/common/**
out/datascience-ui/**/*.js.LICENSE
out/datascience-ui/data-explorer/**
out/datascience-ui/datascience-ui/**
out/datascience-ui/history-react/**
out/datascience-ui/interactive-common/**
out/datascience-ui/ipywidgets/**
out/datascience-ui/native-editor/**
out/datascience-ui/notebook/datascience-ui/**
out/datascience-ui/notebook/ipywidgets/**
out/datascience-ui/notebook/index.*.html
out/datascience-ui/plot/**
out/datascience-ui/react-common/**
out/datascience-ui/viewers/datascience-ui/**
out/datascience-ui/viewers/ipywidgets/**
out/datascience-ui/viewers/index.*.html
2018-04-05 22:35:01 +03:00
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/**
pythonFiles/lib/python/debugpy/**
pythonFiles/tests/**
2018-04-05 22:35:01 +03:00
scripts/**
src/**
test/**
tmp/**
2018-04-05 22:35:01 +03:00
typings/**
types/**