Hide UI elements that are not applicable when using github.dev - #17698
Merged
Conversation
github.dev
Karthik Nadig (karthiknadig)
approved these changes
Oct 11, 2021
Karthik Nadig (karthiknadig)
pushed a commit
to karthiknadig/vscode-python
that referenced
this pull request
Oct 11, 2021
…rosoft#17698) * Hide UI elements that are not applicable when using VS Code Web * Fix indentaiton * News entry * Disable welcome view for testing
Karthik Nadig (karthiknadig)
added a commit
that referenced
this pull request
Oct 14, 2021
* Use correct python executable when running code using Python execution factory (#17614) * pin to debugpy verion 1.4.3 * Pin debugpy (#17619) * pin to debugpy verion 1.4.3 * Pin to particular version of debugpy. * Ensure database storage extension uses to track all storages does not grow unnecessarily (#17598) * Ensure central storage to track keys for other storage never contain duplicate entries * News entry * Add tests * Add more test cases * Fix storage for function * Fix handling of empty directories in debugpy wheels when combining them. (#17620) Add filename logging when combining wheels. Update debugpy to 1.5.0. * Update news items for cherry picked. (#17624) * Pin wrapt to 1.12.1 (#17630) (#17631) * Use conda-forge when installing into conda envs (#17629) (#17632) Co-authored-by: Brett Cannon <[email protected]> * Ensure keys whose default value type is an array are not duplicated (#17627) (#17634) * Update version and changelog for release (#17647) * Update release date in change log * Add thanks to change log. * Fix for formatting notebook cells. (#17650) * Fix for formatting notebook cells. * Ensure we check language id. * Hide walkthrough if on the web (#17638) * Log commands run by the discovery component in the output channel (#17670) * Log commands run by the discovery component in the output channel * Remove outdated comments * Ensure commands run are not logged twice in Python output channel (#17697) * Ensure commands run are not logged twice in Python output channel * News entry * Hide UI elements that are not applicable when using `github.dev` (#17698) * Hide UI elements that are not applicable when using VS Code Web * Fix indentaiton * News entry * Disable welcome view for testing * Localize strings on `github.dev` using VSCode FS API (#17711) * Change localization in the extension to be async and use the VS Code APIs * News entry * Modify error thrown * Move localization into separate module * Update news entry * Oops * Refactor so code is not duplicated * Fix tests * Oopsp * Fix lint * Provide IntelliSense status information when using `github.dev` (#17658) * Provide IntelliSense status information when using github.dev * News entry * Update wording * PR reviews * Include proposed APIs for browser config * Include common module for browser config * Change how we detect * Change wording * Have same browser config as extension config * Revert "Have same browser config as extension config" This reverts commit 515003a. * Revert "Change wording" This reverts commit dd64f24. * Revert "Change how we detect" This reverts commit ae56079. * Revert "Include common module for browser config" This reverts commit bf1815c. * Do not import from misc module * Detect how we check if property exists * Do not localize strings * Localize strings using new localize module * Remove outdated comment * Localize 'learn more' text (#17714) * Update version and change log for point release (#17717) Co-authored-by: Kartik Raj <[email protected]> Co-authored-by: Pavel Minaev <[email protected]> Co-authored-by: Don Jayamanne <[email protected]> Co-authored-by: Brett Cannon <[email protected]> Co-authored-by: Luciana Abud <[email protected]>
Wes McKinney (wesm)
pushed a commit
to posit-dev/positron
that referenced
this pull request
Mar 28, 2024
…rosoft/vscode-python#17698) * Hide UI elements that are not applicable when using VS Code Web * Fix indentaiton * News entry * Disable welcome view for testing
Wes McKinney (wesm)
pushed a commit
to posit-dev/positron
that referenced
this pull request
Mar 28, 2024
Closes #17252