Remi Schnekenburger

Results 47 issues of Remi Schnekenburger

#### What it does Fixes #13848 This is a simple update on dependent library, known to have a risk of DoS. I tested the tool, no changes in behavior, and...

fixes #13943 This is a downgrade on jsdom library recently uplifted, because of the current minimal requirement to node 18. jsdom 22.1.0 is the latest version of jsdom with dependency...

Current version of `jsdom` pushed with #13903 requires node 18 as a minimum, where Theia only requires node 16 (see https://github.com/eclipse-theia/theia/pull/13903#issuecomment-2242925305). The dependency shall be downgraded to be [22.1.0](https://github.com/jsdom/jsdom/releases/tag/22.1.0), to...

dependencies

According to https://nodejs.org/en/about/releases/, - Node 16 is not maintained anymore. - The next active release for Node (22) is planned for October this year We should then drop the support...

dependencies

VScode contains a proposed API about FileSystemWatcher and their creation. This API is used by the builtin `typescript-language-features`. In this proposed API, the workspace#createFileSystemWatcher() has a different method signature, with...

vscode

NSFW (node-sentinel-file-watcher) is one of our dependencies and was not updated for the last 2 years. In the context of #13957, there may be some evolution to do on the...

#### What it does Adds an application prop to define the location of the configuration area. This property can be used by theia-based applications to customize their own configuration area....

Despite https://github.com/eclipse-theia/theia/pull/13708, it is currently impossible to use the `THEIA_CONFIG_DIR` environment variable in a custom theia application. In fact, the advised method for theia applications is to override the environment...

#### What it does This PR updates the proposed API mappedEditProviders to support vscode 1.94 evolutions. This API was already stubbed in a previous PR (see #13681) fixes #14268 contributed...

There has been additions to this proposed API used by Typescript builtin. This proposed API is currently stubbed in Theia (see #13681). The additional elements shall also be stubbed in...

vscode