Thomas Mäder

Results 54 issues of Thomas Mäder

#### What it does Moves coding guidelines and code organization docs to the repo. Fixes #11528 #### How to test #### Review checklist - [ ] As an author, I...

documentation

#### What it does Draft PR to allow discussion of usage policy for code from VS Code

Now that we can more easily reuse code from VS Code, we need some guidelines on when and how to do it.

documentation

I noticed that the coding guidelines live in the theia wiki (https://github.com/eclipse-theia/theia/wiki/Coding-Guidelines). I believe it would make sense to move the guidelines to the theia repo at docs/coding-guidelines.md.

documentation
contributor experience

This bug tracks the differences between current master Theia VS Code API and VS Code 1.55.2 * [x] #9903 * [x] #9965 * [x] #9987 * [x] #9988 * [x]...

epic
vscode

### Feature Description: Support plugins contributing `InlineValue` objects to the debugger editor, see https://code.visualstudio.com/api/references/vscode-api#InlineValuesProvider `debug-editor-model.ts` already has support for inline value decorations, but we would have to call the plugin...

vscode
debug

When using vendor directory, the default build target builds all packages, including everything inside the "vendor" directory. Of course, this is not what I want. The proposed solutions on the...

Signed-off-by: Thomas Mäder ### What does this PR do? Moves the initialization of the sidecar files system and resource loader out of the API setup function. These classes only are...

Signed-off-by: Thomas Mäder ### What does this PR do? Removed jsdebug. Opening a PR in order to get an image built. ### Screenshot/screencast of this PR ### What issues does...

#### What it does Fixes #13352 Contributed on behalf of STMicroelectronics #### How to test The attached vsix contributes two actions "Save current editor" and "Save As current editor". They...

vscode