Skip to content

Commit 42042af

Browse files
author
Kartik Raj
committed
Add desc in package.json
1 parent 92f08c6 commit 42042af

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -427,12 +427,14 @@
427427
"enum": [
428428
"All",
429429
"pythonSurveyNotification",
430-
"pythonPromptNewToolsExt"
430+
"pythonPromptNewToolsExt",
431+
"pythonTerminalEnvVarActivation"
431432
],
432433
"enumDescriptions": [
433434
"%python.experiments.All.description%",
434435
"%python.experiments.pythonSurveyNotification.description%",
435-
"%python.experiments.pythonPromptNewToolsExt.description%"
436+
"%python.experiments.pythonPromptNewToolsExt.description%",
437+
"%python.experiments.pythonTerminalEnvVarActivation.description%"
436438
]
437439
},
438440
"scope": "machine",
@@ -446,12 +448,14 @@
446448
"enum": [
447449
"All",
448450
"pythonSurveyNotification",
449-
"pythonPromptNewToolsExt"
451+
"pythonPromptNewToolsExt",
452+
"pythonTerminalEnvVarActivation"
450453
],
451454
"enumDescriptions": [
452455
"%python.experiments.All.description%",
453456
"%python.experiments.pythonSurveyNotification.description%",
454-
"%python.experiments.pythonPromptNewToolsExt.description%"
457+
"%python.experiments.pythonPromptNewToolsExt.description%",
458+
"%python.experiments.pythonTerminalEnvVarActivation.description%"
455459
]
456460
},
457461
"scope": "machine",

package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"python.experiments.All.description": "Combined list of all experiments.",
3838
"python.experiments.pythonSurveyNotification.description": "Denotes the Python Survey Notification experiment.",
3939
"python.experiments.pythonPromptNewToolsExt.description": "Denotes the Python Prompt New Tools Extension experiment.",
40+
"python.experiments.pythonTerminalEnvVarActivation.description": "Enables use of environment variables to activate terminals instead of sending activation commands.",
4041
"python.formatting.autopep8Args.description": "Arguments passed in. Each argument is a separate item in the array.",
4142
"python.formatting.autopep8Path.description": "Path to autopep8, you can use a custom version of autopep8 by modifying this setting to include the full path.",
4243
"python.formatting.blackArgs.description": "Arguments passed in. Each argument is a separate item in the array.",

0 commit comments

Comments
 (0)