-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented new interpreter storage supporting multiroot workspaces #10325
Commits on Mar 26, 2020
-
Added python.defaultInterpreterPath setting
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 3b7e271 - Browse repository at this point
Copy the full SHA 3b7e271View commit details -
Created persistent storage infrastructure
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 3292ed7 - Browse repository at this point
Copy the full SHA 3292ed7View commit details -
Added vscode.workspace.workspaceFile API
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 639357d - Browse repository at this point
Copy the full SHA 639357dView commit details -
Implemented inspect interpreter path
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 60971f1 - Browse repository at this point
Copy the full SHA 60971f1View commit details -
Implement config service updater for pythonPath
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 678a504 - Browse repository at this point
Copy the full SHA 678a504View commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 1e68617 - Browse repository at this point
Copy the full SHA 1e68617View commit details -
Change extension to use new infrastructure
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for f33a887 - Browse repository at this point
Copy the full SHA f33a887View commit details -
Store service container in a global variable
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 616cd7a - Browse repository at this point
Copy the full SHA 616cd7aView commit details -
Update settings in the new way src/test/common
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 682dbf1 - Browse repository at this point
Copy the full SHA 682dbf1View commit details -
Correct cyclic dependency between IExperimentsManager and IConfigurat…
…ionService
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 5d7c1dc - Browse repository at this point
Copy the full SHA 5d7c1dcView commit details -
Detect change in new interpreter storage and act accordingly
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 525bfdd - Browse repository at this point
Copy the full SHA 525bfddView commit details -
Added reset python interpreters command
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for bfd0cf5 - Browse repository at this point
Copy the full SHA bfd0cf5View commit details -
Cache the auto selected interpreter
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for f4cd244 - Browse repository at this point
Copy the full SHA f4cd244View commit details -
Log python interpreter in the output channel
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for d93d2ab - Browse repository at this point
Copy the full SHA d93d2abView commit details -
Fix autoselection and speed up the interpreter change process
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 465395a - Browse repository at this point
Copy the full SHA 465395aView commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 9d2bbec - Browse repository at this point
Copy the full SHA 9d2bbecView commit details -
Reset python interpreters for workspace
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for b640e49 - Browse repository at this point
Copy the full SHA b640e49View commit details -
Remove reset interpreter command from this PR
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 42cc68e - Browse repository at this point
Copy the full SHA 42cc68eView commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for b4ffc0d - Browse repository at this point
Copy the full SHA b4ffc0dView commit details -
Update getWorkspaceFolderIdentifier
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for ad876da - Browse repository at this point
Copy the full SHA ad876daView commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 9426fdd - Browse repository at this point
Copy the full SHA 9426fddView commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 3106354 - Browse repository at this point
Copy the full SHA 3106354View commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 130621c - Browse repository at this point
Copy the full SHA 130621cView commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 5cc605f - Browse repository at this point
Copy the full SHA 5cc605fView commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 8f97df2 - Browse repository at this point
Copy the full SHA 8f97df2View commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for cff700a - Browse repository at this point
Copy the full SHA cff700aView commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 728f605 - Browse repository at this point
Copy the full SHA 728f605View commit details -
Do not assume ACTIVATED_SERVICE_CONTAINER is defined
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for b13491e - Browse repository at this point
Copy the full SHA b13491eView commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 993047b - Browse repository at this point
Copy the full SHA 993047bView commit details -
Fix cacheUtils.ts and test/common.ts
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for e3d964c - Browse repository at this point
Copy the full SHA e3d964cView commit details -
Correct cacheResourceSpecificInterpreterData decorator
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 7d0c768 - Browse repository at this point
Copy the full SHA 7d0c768View commit details -
Added tests for decorator-like implementation in enviroment provider
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for b299cac - Browse repository at this point
Copy the full SHA b299cacView commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 5842723 - Browse repository at this point
Copy the full SHA 5842723View commit details -
Fix interpreter service unit tests
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 385ef18 - Browse repository at this point
Copy the full SHA 385ef18View commit details -
Fix interpreter display unit tests
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for ab27d55 - Browse repository at this point
Copy the full SHA ab27d55View commit details -
Fix mac interpreter unit tests
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 8f5ede5 - Browse repository at this point
Copy the full SHA 8f5ede5View commit details -
Fix interpreter selector unit tests
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for dd1ca26 - Browse repository at this point
Copy the full SHA dd1ca26View commit details -
Fix configSettings pythonPath unit tests
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for c971340 - Browse repository at this point
Copy the full SHA c971340View commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 45d6ad2 - Browse repository at this point
Copy the full SHA 45d6ad2View commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 21e24a4 - Browse repository at this point
Copy the full SHA 21e24a4View commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for aed9bed - Browse repository at this point
Copy the full SHA aed9bedView commit details -
Fix moduleInstaller.test.ts tests
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 0d4a1d3 - Browse repository at this point
Copy the full SHA 0d4a1d3View commit details -
Fix pythonPathUpdater.test.ts tests
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 8a5795c - Browse repository at this point
Copy the full SHA 8a5795cView commit details -
Fix pythonProc.simple.multiroot.test.ts tests
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for a0f8ebb - Browse repository at this point
Copy the full SHA a0f8ebbView commit details -
Fix data science functional tests
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for e4252cc - Browse repository at this point
Copy the full SHA e4252ccView commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for d52f6bd - Browse repository at this point
Copy the full SHA d52f6bdView commit details -
Use user friendly path in the output channel
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 19d10d7 - Browse repository at this point
Copy the full SHA 19d10d7View commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 6596ac4 - Browse repository at this point
Copy the full SHA 6596ac4View commit details -
Fix bug with configSettings.ts
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for d72248b - Browse repository at this point
Copy the full SHA d72248bView commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 188e3a4 - Browse repository at this point
Copy the full SHA 188e3a4View commit details -
Run all tests with the new interpreter storage"
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for e598c70 - Browse repository at this point
Copy the full SHA e598c70View commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for c575692 - Browse repository at this point
Copy the full SHA c575692View commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 0046b24 - Browse repository at this point
Copy the full SHA 0046b24View commit details -
Run all tests with old interpreter storage
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for f99eb2a - Browse repository at this point
Copy the full SHA f99eb2aView commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 46e6591 - Browse repository at this point
Copy the full SHA 46e6591View commit details -
Kartik Raj committed
Mar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 6398845 - Browse repository at this point
Copy the full SHA 6398845View commit details -
Remove experiment from experiments.json
Kartik Raj committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for c321663 - Browse repository at this point
Copy the full SHA c321663View commit details
Commits on Mar 27, 2020
-
Added tests for Interpreter path service
Kartik Raj committedMar 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 32bfab0 - Browse repository at this point
Copy the full SHA 32bfab0View commit details
Commits on Mar 28, 2020
-
Kartik Raj committed
Mar 28, 2020 Configuration menu - View commit details
-
Copy full SHA for e4d6840 - Browse repository at this point
Copy the full SHA e4d6840View commit details
Commits on Mar 29, 2020
-
Ensure we use
CI_PYTHON_PATH
when running tests with the new interp……reter storage
Kartik Raj committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 8e08c87 - Browse repository at this point
Copy the full SHA 8e08c87View commit details -
Reset global interpreter path as well
Kartik Raj committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for a6bf5f4 - Browse repository at this point
Copy the full SHA a6bf5f4View commit details -
Added tests for mac interpreter diagnostic
Kartik Raj committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for c87c819 - Browse repository at this point
Copy the full SHA c87c819View commit details -
Added tests for src\client\interpreter\autoSelection\rules\settings.ts
Kartik Raj committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for cc4f710 - Browse repository at this point
Copy the full SHA cc4f710View commit details -
Added tests for src\client\interpreter\configuration\pythonPathUpdate…
…rServiceFactory.ts
Kartik Raj committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 2fe01b6 - Browse repository at this point
Copy the full SHA 2fe01b6View commit details -
Added tests for src\client\interpreter\autoSelection\rules\workspaceE…
…nv.ts
Kartik Raj committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 94acf93 - Browse repository at this point
Copy the full SHA 94acf93View commit details -
Added tests for src\client\interpreter\interpreterService.ts
Kartik Raj committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 4115b66 - Browse repository at this point
Copy the full SHA 4115b66View commit details
Commits on Mar 30, 2020
-
Added tests for src\client\common\configuration\service.ts
Kartik Raj committedMar 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 2f71b79 - Browse repository at this point
Copy the full SHA 2f71b79View commit details -
Added tests for src\client\startupTelemetry.ts
Kartik Raj committedMar 30, 2020 Configuration menu - View commit details
-
Copy full SHA for ba61962 - Browse repository at this point
Copy the full SHA ba61962View commit details -
Kartik Raj committed
Mar 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 778d992 - Browse repository at this point
Copy the full SHA 778d992View commit details -
Kartik Raj committed
Mar 30, 2020 Configuration menu - View commit details
-
Copy full SHA for fc8774d - Browse repository at this point
Copy the full SHA fc8774dView commit details
Commits on Apr 1, 2020
-
Kartik Raj committed
Apr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 40989de - Browse repository at this point
Copy the full SHA 40989deView commit details -
Kartik Raj committed
Apr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 7ce11ba - Browse repository at this point
Copy the full SHA 7ce11baView commit details -
Kartik Raj committed
Apr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 383eaa9 - Browse repository at this point
Copy the full SHA 383eaa9View commit details