File tree 2 files changed +0
-9
lines changed
src/client/common/experiments
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1135
1135
"items" : {
1136
1136
"enum" : [
1137
1137
" DeprecatePythonPath - experiment" ,
1138
- " tryPylance" ,
1139
1138
" pythonTensorboardExperiment" ,
1140
1139
" pythonDiscoveryModule" ,
1141
1140
" pythonDiscoveryModuleWithoutWatcher" ,
1153
1152
"items" : {
1154
1153
"enum" : [
1155
1154
" DeprecatePythonPath - experiment" ,
1156
- " tryPylance" ,
1157
1155
" pythonTensorboardExperiment" ,
1158
1156
" pythonDiscoveryModule" ,
1159
1157
" pythonDiscoveryModuleWithoutWatcher" ,
Original file line number Diff line number Diff line change @@ -11,13 +11,6 @@ export enum DeprecatePythonPath {
11
11
experiment = 'DeprecatePythonPath - experiment' ,
12
12
}
13
13
14
- // Experiment to offer switch to Pylance language server
15
- export enum TryPylance {
16
- experiment = 'tryPylance' ,
17
- jediPrompt1 = 'tryPylancePromptText1' ,
18
- jediPrompt2 = 'tryPylancePromptText2' ,
19
- }
20
-
21
14
// Experiment to switch Jedi to use an LSP instead of direct providers
22
15
export enum JediLSP {
23
16
experiment = 'pythonJediLSP' ,
You can’t perform that action at this time.
0 commit comments