Skip to content

Commit ceecdb0

Browse files
authored
Removing Jupyter Notebooks mentions from package.json (#21708)
1 parent 11a9f1d commit ceecdb0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "python",
33
"displayName": "Python",
4-
"description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.",
4+
"description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), code formatting, refactoring, unit tests, and more.",
55
"version": "2023.13.0-dev",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
@@ -62,8 +62,7 @@
6262
"Formatters",
6363
"Other",
6464
"Data Science",
65-
"Machine Learning",
66-
"Notebooks"
65+
"Machine Learning"
6766
],
6867
"activationEvents": [
6968
"onDebugInitialConfigurations",

0 commit comments

Comments
 (0)