Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 09c3656

Browse files
authored
Feature1147 (DonJayamanne#1224)
* search registry and display statusbar for selection * remove osx temporarily * clean up tests * added unit tests * remove unwanted const * added ability to detect venv and suffix the name in status bar * updated interpreter tests * fixed tests * added missing colons * fixed conda display name for venvs * refactored interpreter providers * fixed typos * fix travis * fixed conda tests * fixed tests and identifying paths * check python2 and python3 * removed console.log * moved files * removed console logging * renamed test * include version info into interpreter list * new provider for current path
1 parent 02c3fa4 commit 09c3656

40 files changed

+2900
-1825
lines changed

.vscode/tasks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121

2222
// we run the custom script "compile" as defined in package.json
2323
"args": ["run", "compile", "--loglevel", "silent"],
24-
25-
// The tsc compiler is started in watching mode
26-
"isWatching": true,
24+
"isBackground": true,
2725

2826
// use the standard tsc in watch mode problem matcher to find compile problems in the output.
2927
"problemMatcher": "$tsc-watch"

0 commit comments

Comments
 (0)