Alexandru Dima

Results 14 issues of Alexandru Dima

Coming via https://github.com/microsoft/vscode/issues/117264 The regex for `function_definition` takes >1s to evaluate at each step. This makes VS Code freeze for some minutes until it eventually recovers. If the regex would...

* use autofolding of imports `"editor.foldingImportsByDefault": true`. * use a type that is not imported in a TS file * use quick fix to add the import * the editor...

* open `settings.json` * add `"editor.renameOnType": true` * hover over the warning and select some text * click in the editor * repeat... ``` Error at Stacktrace.create (event.js:444:35) at PersistedMenuHideState._event...

This throws in the monaco editor. To see the exception: * clone `monaco-editor` as a sibling to vscode * run `npm install` * run `npm run simpleserver` * open http://127.0.0.1:8080/monaco-editor/test/manual/?editor=src...

bug
monaco-editor

We could consider deprecating the common feature (similar to some of the ones mentioned in https://github.com/devcontainers/features/issues/64) and creating multiple features out of it. The current `common` feature contains (text from...

Stop shipping features defined in [vscode-dev-containers](https://github.com/microsoft/vscode-dev-containers/releases) and switch to rely entirely on feature resolving as defined via https://github.com/devcontainers/spec/issues/7 Blocked by: * https://github.com/devcontainers/spec/issues/7 * https://github.com/devcontainers/features/issues/64

debt

Testing https://github.com/Microsoft/vscode/issues/57301 In the web UI of GitHub, it is possible to upload images, while this is not possible with this extension. This is sometimes useful when discussing how things...

feature-request
github
blocked
upstream

Moved from Microsoft/vscode#22969 From @patoezequiel --- - VSCode Version: 1.9.0 - OS Version: Windows 7 ultimate SP1 - Extensions installed: - Autoprefixer 2.0.0 - Pug to HTML 0.0.3 - SCSS...

This is not intended to be merged.