Thomas Mäder

Results 56 issues of Thomas Mäder

I am trying to ip-check a repo containing three subprojects as npm workspaces. The package-lock.json file starts like this: ``` { "name": "js-profile-visualizer", "lockfileVersion": 2, "requires": true, "packages": { "":...

The idea is to simplify and automate the update process for built-ins in order to let us ideally update the built-ins for every release. Steps would include: * Reviewing the...

When building the built-in extensions, we do a `yarn` in the vscode folder first. I don't quite understand why we need to do that. Building all of vscode should not...

Right now, we have a hoisted node_modules folder in the root directory when building, stemming from dependencies in the root package.json and the following workspace folders: ``` vscode-builtin-extensions", "browser-app", "electron-app"...

enhancement

The typescript language features built-in (I tried with 1.49.3) requires a plugin for the typescript language server. When looking at the tsserver log, it ties to load the module 'typescript-vscode-sh-plugin'...

The following script: ``` const { Packr } = require ('msgpackr'); const inst= new Packr({ moreTypes: true}); const value = { type: 16, value: new ArrayBuffer(10) }; const serializedAsBuffer =...

We use msgpackr in multiple places to encode/decode rpc calls. There are a couple of objects that need custom handling before encoding/decoding. We use `Extension`s to handle those type of...

#### What it does Upgrades the Theia build to use Typescript 5.4.5 Fixes https://github.com/eclipse-theia/theia/issues/13627 Most updates are just typing to accommodate stricter checks in 5.4.5. Contributed on behalf of STMicroelectronics...

### Feature Description: Right now we are using the uri of an extension pack (`https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.83.1/file/eclipse-theia.builtin-extension-pack-1.83.1.vsix`) to specify which built-ins we want to download. However, when we download the plugins in...

vscode
builtins
open-vsx

### Bug Description: When starting up typescript-language-features 1.881 the context key `typescript.isManagedFile` is never set. Analyzing the problem led to finding out that the extension fails to find the active...

vscode