You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/release_plan.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,20 @@
5
5
6
6
# Release candidate (Monday, XXX XX)
7
7
8
-
-[ ] Announce the code freeze (not just to team but also to ptvsd and language server)
8
+
-[ ] Announce the code freeze (not just to team but also to debugger and language server)
9
9
-[ ] Update master for the release
10
10
-[ ] Create a branch against `master` for a pull request
11
11
-[ ] Change the version in [`package.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json) from a `-dev` suffix to `-rc` (🤖)
12
12
-[ ] Run `npm install` to make sure [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json) is up-to-date (🤖)
13
-
-[ ]Update `requirements.txt`to point to latest release version of [ptvsd](https://github.com/microsoft/ptvsd).
13
+
-[ ]Extension will pick up latest version of `debugpy`. If you need to pin to a particular version see `install_debugpy.py`.
14
14
-[ ] Update `languageServerVersion` in `package.json` to point to the latest version of the [Language Server](https://github.com/Microsoft/python-language-server).
-[ ] Copy over the "Thanks" section from the previous release
18
18
-[ ] Make sure the "Thanks" section is up-to-date (e.g. compare to versions in requirements.json)
19
19
-[ ] Touch up news entries (e.g. add missing periods)
20
20
-[ ] Check the Markdown rendering to make sure everything looks good
21
-
-[ ] Add any relevant news entries for ptvsd and the language server if they were updated
21
+
-[ ] Add any relevant news entries for `debugpy` and the language server if they were updated
22
22
-[ ] Update [`ThirdPartyNotices-Distribution.txt`](https://github.com/Microsoft/vscode-python/blob/master/ThirdPartyNotices-Distribution.txt) by using https://tools.opensource.microsoft.com/notice (see team notes)
23
23
-[ ] Update [`ThirdPartyNotices-Repository.txt`](https://github.com/Microsoft/vscode-python/blob/master/ThirdPartyNotices-Repository.txt) as appropriate
"DataScience.kernelInvalid": "Kernel {0} is not usable. Check the Jupyter output tab for more information.",
495
-
"OutdatedDebugger.updateDebuggerMessage": "We noticed you are attaching to ptvsd (Python debugger), which will be deprecated on May 1st, 2020. Please switch to [debugpy](https://aka.ms/migrateToDebugpy).",
495
+
"OutdatedDebugger.updateDebuggerMessage": "We noticed you are attaching to ptvsd (Python debugger), which was deprecated on May 1st, 2020. Please switch to [debugpy](https://aka.ms/migrateToDebugpy).",
496
496
"DataScience.nativeDependencyFail": "We cannot launch a jupyter server because your OS is not supported. Select an already running server if you wish to continue. {0}",
0 commit comments