RodogInfinite

Results 11 comments of RodogInfinite

I tried to use `"rust-analyzer": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-03-30/rust-analyzer.vsix"` in the theiaPlugins section in the package.json because it was mentioned in https://github.com/eclipse-theia/theia/issues/7608 as giving the following error message, but still working: ![image](https://user-images.githubusercontent.com/22568404/110023476-3acbc380-7cfb-11eb-8daa-2382148347be.png) I...

Starting to compare the [VSCode registerTextDocumentContentProvider](https://github.com/microsoft/vscode/blob/a699ffaee62010c4634d301da2bbdb7646b8d1da/src/vs/workbench/api/common/extHostDocumentContentProviders.ts ) and the [Theia registerTextDocumentContentProvider](https://github.com/eclipse-theia/theia/blob/b972e2b21/packages/plugin-ext/src/plugin/workspace.ts#L55) though I don't have any TypeScript experience nor do I know how the plugin system works under the hood...

For a currently unknown reason, when I use `"rust-analyzer": "https://open-vsx.org/api/matklad/rust-analyzer/0.2.497/file/matklad.rust-analyzer-0.2.497.vsix"` in the package.json with `theia start --vscode-api-version=1.53.0` I get syntax highlighting and the run and debug buttons in my main.rs...

@vince-fugnitto what would be the latest `vscode.engines` version that would need to be available to be searchable from within Theia? There's an ongoing effort in the rust-analyzer community to support...

@vince-fugnitto I also do not have the official Rust extension installed simultaneously with Rust-Analyzer. I can successfully get it running in VSCode with no issues

> > > i'm not a rust developer myself, will have to check back with the team to see if it works entirely or partially. > But, version `2020-11-16` seems...

I'm unable to look at this deeply at the moment, but one thing to look for is which version first implemented the "run" and "debug" buttons. It may have appeared...

So the official Rust plugin is tracking to merge with rust-analyzer (https://github.com/rust-lang/vscode-rust/issues/812, https://github.com/rust-analyzer/rust-analyzer/issues/4224) and when "rust-lang" is installed, rust-analyzer can be selected as the server from the settings; however, I...

# Save Option Alternatives, Variations, and Testing Considerations for Trunk.toml ## Save Alternative 1: ```TOML on_save_only = true # Always or never: rebuilds and serves on save events. Delay applied,...

I made things more clear in my previous posts. I'll try to set aside some time to make some effort towards this, but I'm heavily focused on other things at...