mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
Remove unused config from VSCode ext
This commit is contained in:
parent
4fb79f2ca0
commit
9e7dbb1abd
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ export async function createClient(config: Config, serverPath: string): Promise<
|
|||
excludeGlobs: config.excludeGlobs,
|
||||
useClientWatching: config.useClientWatching,
|
||||
featureFlags: config.featureFlags,
|
||||
additionalOutDirs: config.additionalOutDirs,
|
||||
withSysroot: config.withSysroot,
|
||||
cargoFeatures: config.cargoFeatures,
|
||||
rustfmtArgs: config.rustfmtArgs,
|
||||
|
|
Loading…
Reference in a new issue