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

Skip to content

Commit 36143e0

Browse files
authored
Fix code removal missed in last PR (#16415)
1 parent feb02c6 commit 36143e0

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,6 @@
11351135
"items": {
11361136
"enum": [
11371137
"DeprecatePythonPath - experiment",
1138-
"tryPylance",
11391138
"pythonTensorboardExperiment",
11401139
"pythonDiscoveryModule",
11411140
"pythonDiscoveryModuleWithoutWatcher",
@@ -1153,7 +1152,6 @@
11531152
"items": {
11541153
"enum": [
11551154
"DeprecatePythonPath - experiment",
1156-
"tryPylance",
11571155
"pythonTensorboardExperiment",
11581156
"pythonDiscoveryModule",
11591157
"pythonDiscoveryModuleWithoutWatcher",

src/client/common/experiments/groups.ts

-7
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ export enum DeprecatePythonPath {
1111
experiment = 'DeprecatePythonPath - experiment',
1212
}
1313

14-
// Experiment to offer switch to Pylance language server
15-
export enum TryPylance {
16-
experiment = 'tryPylance',
17-
jediPrompt1 = 'tryPylancePromptText1',
18-
jediPrompt2 = 'tryPylancePromptText2',
19-
}
20-
2114
// Experiment to switch Jedi to use an LSP instead of direct providers
2215
export enum JediLSP {
2316
experiment = 'pythonJediLSP',

0 commit comments

Comments
 (0)