about summary refs log tree commit diff
path: root/editors/code/src/config.ts
AgeCommit message (Expand)AuthorLines
2020-04-16Add config for proc_macroEdwin Cheng-0/+1
2020-04-11vscode: fix typing bug in configveetaha-9/+30
2020-04-08Enable the SemanticTokensFeature by defaultkjeremy-1/+0
2020-04-02Lean onto default implementation of configsAleksey Kladov-26/+4
2020-04-02Remove old syntax highlightingAleksey Kladov-2/+0
2020-03-30Process configuration response draftKirill Bulatov-3/+3
2020-03-26vscode: fix local develveetaha-1/+1
2020-03-24Extension types and renderingMatt Hooper-0/+1
2020-03-24Merge #3695bors[bot]-61/+45
2020-03-24Don't try to enable proposed API's on stableAleksey Kladov-12/+6
2020-03-24vscode: simplify and refactor configveetaha-61/+45
2020-03-20Make from-source install use cargo installed binary by defaultAleksey Kladov-2/+2
2020-03-19Simplify extension tag sniffingAleksey Kladov-13/+7
2020-03-19Rewrite auto-updateAleksey Kladov-96/+7
2020-03-17Remove outDirOverridesEmil Lauridsen-2/+0
2020-03-17Change existing OUT_DIR override config to make use of new infrastructureEmil Lauridsen-1/+2
2020-03-17Support loading OUT_DIR from cargo check at launchEmil Lauridsen-0/+3
2020-03-16Separate persistent mutable state from configAleksey Kladov-41/+0
2020-03-14vscode-postrefactor: more logging and better error handlingVeetaha-19/+17
2020-03-14vscode-postrefactor: minor config refactoringsVeetaha-2/+3
2020-03-14vscode-postrefactor: global storagesVeetaha-20/+19
2020-03-14vscode: put comma backVeetaha-1/+1
2020-03-14vscode: make bailing out on custom serverPath more evidentVeetaha-7/+5
2020-03-14vscode: npm run fixVeetaha-3/+3
2020-03-14vscode: prepare config for nightliesVeetaha-15/+96
2020-03-12Merge #3543bors[bot]-3/+15
2020-03-12Make maxLength nullable againSteffen Lyngbaek-2/+2
2020-03-11Switch from Vec<InlayKind> to object with propsSteffen Lyngbaek-6/+7
2020-03-10Address Issues from GithubSteffen Lyngbaek-1/+3
2020-03-10Parameter inlay hint separate from variable type inlay? #2876Steffen Lyngbaek-2/+11
2020-03-11Add additional_outdirs in configEdwin Cheng-0/+1
2020-03-09vscode: groupd updates-related config under `updates` section as per @matkladVeetaha-1/+1
2020-03-08vscode: fix inversion of askBeforeDownloadVeetaha-1/+1
2020-03-08vscode: rename alwaysDownloadServer -> askBeforeDownloadVeetaha-1/+1
2020-03-08vscode: care about alwaysDownloadServer option before askingVeetaha-5/+6
2020-02-26Config to switch to semantic tokensAleksey Kladov-0/+2
2020-02-22Extract client-side loggingAleksey Kladov-1/+4
2020-02-18Rename config value for server PathAleksey Kladov-1/+1
2020-02-18Rename the binary to rust-analyzerAleksey Kladov-4/+4
2020-02-17Migrate to eslintAleksey Kladov-17/+17
2020-02-17Merge #3181bors[bot]-1/+2
2020-02-17Add arguments to rustfmtIlya Titkov-1/+2
2020-02-17vscode: minor refactoringsVeetaha-1/+0
2020-02-16Merge #3162bors[bot]-1/+16
2020-02-16vscode: fix the default value for withSysrootVeetaha-1/+1
2020-02-16vscode: add version and storage parameters to github binary sourceVeetaha-1/+16
2020-02-15vscode: renamed langServer to serverVeetaha-6/+6
2020-02-14make onConfigChange handler privateVeetaha-1/+1
2020-02-14vscode: moved to getters as per matkladVeetaha-23/+17
2020-02-13vscode: reordered config constructor before methodsVeetaha-5/+6