Skip to content

Commit

Permalink
Removing Jupyter Notebooks mentions from package.json (#21708)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwebster-99 committed Jul 31, 2023
1 parent 11a9f1d commit ceecdb0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "python",
"displayName": "Python",
"description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.",
"description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), code formatting, refactoring, unit tests, and more.",
"version": "2023.13.0-dev",
"featureFlags": {
"usingNewInterpreterStorage": true
Expand Down Expand Up @@ -62,8 +62,7 @@
"Formatters",
"Other",
"Data Science",
"Machine Learning",
"Notebooks"
"Machine Learning"
],
"activationEvents": [
"onDebugInitialConfigurations",
Expand Down

0 comments on commit ceecdb0

Please sign in to comment.