Peng Lyu
Peng Lyu
I have following simple HTML snippet which has different result in Chrome and Safari CSS The content is shown perfectly in Chrome while in Safari, `#3` height is `0`. But...
We added screen line/character movement command in Visual Studio Code in July. The commands is like ``` cursroMove({to: 'lineStart', inSelectionMode: true}); ``` More details are listed in https://github.com/Microsoft/vscode/issues/2771 . Leveraging...
This idea has probably been already discussed before but I didn't find the exact issue. @TylerLeonhardt and me discussed how VS Code supports stable/beta releases of extensions without the marketplace...
Follow up item of https://github.com/microsoft/vscode-jupyter/pull/10785#issuecomment-1182646829 Currently the interactive window is created in an asynchronous fashion (due to the [async kernel detection](https://github.com/microsoft/vscode-jupyter/blob/b8f5974a47b8e43e972aa876bacf5e302f17eedd/src/interactive-window/interactiveWindowProvider.ts#L201-L202)), there is a chance of race condition (`InteractiveWindowProvider._windows` still...
Issue Type: Bug * Open a python file * Run code from code lens * Check the output log, it scans for all kernel specs Extension version: 2021.8.1025925145 VS Code...
We added screen line/character movement command in Visual Studio Code in July. The commands is like ``` cursroMove({to: 'lineStart', inSelectionMode: true}); ``` More details are listed in https://github.com/Microsoft/vscode/issues/2771 . Leveraging...
I'd love to see typings in a separate editor otherwise we have to trigger auto complete to browse through all types/methods/etc. * the typings editor can show up only when...
_From @alexandrudima on June 27, 2017 9:9_ Testing #29144 Open your `settings.json` and make a change to the file. Make sure you don't have auto-save enabled and that the file...
_From @alexandrudima on June 27, 2017 9:20_ Testing #29144 ``` "sublimeTextKeymap.promptV3Features": true ``` This should not be a user-facing setting. Extensions should store state using the `context` object passed into...
_From @alexandrudima on June 27, 2017 9:14_ Testing #29144 I don't think we should hide or mask the fact that the extension writes to user settings. --- > New features...