rioj7

Results 28 issues of rioj7

It is now possible in VSC to drag/drop Panels and Views and make it possible to get multiple Panels side-by-side. I was not able to find any reference on it...

doc-bug

## Steps - [ ] For new features or bug fixes, add a ChangeLog entry describing what your PR does. - [x ] Write a good description on what the...

Waiting on author

PyLint generates a lot of errors in a program using the turtle module: PyCQA/pylint#1928 and Microsoft/vscode-python#1056 The following brain fixes this. It uses the same method as the turtle module...

Enhancement ✨
Work in progress
Brain 🧠

You can specify decorations by Theme with the following setting ```js "highlight.regexes": { "(//TODO)(:)": { "regexFlags": "g", "filterLanguageRegex": "markdown", "filterFileRegex": ".*\\.ext", "decorations": [ // Decoration options for not specified themes...

On the [Contribution points - contributes.menus](https://code.visualstudio.com/api/references/contribution-points#contributes.menus) page there are a few menu possibilities missing that the `package.json` intellisense suggests: * `editor/context/copy` * `editor/inlineCompletions/actions` * `editor/title/run` Where are these menus, how...

extensibility
doc-bug

On the [Contribution points](https://code.visualstudio.com/api/references/contribution-points#menu-example) page there is an [image with `resourceScheme == markdown`](https://code.visualstudio.com/assets/api/references/contribution-points/menus.png). This suggests that you can set the scheme of a Webview. I can't find any reference to...

extensibility
doc-bug

In `setProjection()` for `options.projection === 'orthographic'` a `defs` and 2 `use` are created. The `defs` uses the `path` function but that is defined after the `if` statement. Are these items...

Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.70.0-insider (2022-08-03) - OS Version: Windows 8.1 In my extension I have to following piece of...

info-needed

If you have fixed position nodes (`fx,fy !== null`) that possibly overlap, the collision keeps these nodes fixed and we don't collide with a shadow version at `d.x + d.vx,...

I have created issue [#6493](https://github.com/microsoft/vscode-docs/issues/6493) > API page: some items with `` in header are linked with the name without class specification (Issue #6493) This issue is now moved to...

extensibility
API documentation
docs-experience