mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 11:24:24 +00:00
feat: Change VSCode extension publisher to rust-lang
This commit is contained in:
parent
d57beac7e6
commit
e47f4597d4
5 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@ const NIGHTLY_TAG = "nightly";
|
|||
export type RunnableEnvCfg = undefined | Record<string, string> | { mask?: string; env: Record<string, string> }[];
|
||||
|
||||
export class Config {
|
||||
readonly extensionId = "matklad.rust-analyzer";
|
||||
readonly extensionId = "rust-lang.rust-analyzer";
|
||||
|
||||
readonly rootSection = "rust-analyzer";
|
||||
private readonly requiresReloadOpts = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue