aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/config.ts
Commit message (Expand)AuthorAgeFilesLines
...
* Separate persistent mutable state from configAleksey Kladov2020-03-161-41/+0
* vscode-postrefactor: more logging and better error handlingVeetaha2020-03-141-19/+17
* vscode-postrefactor: minor config refactoringsVeetaha2020-03-141-2/+3
* vscode-postrefactor: global storagesVeetaha2020-03-141-20/+19
* vscode: put comma backVeetaha2020-03-141-1/+1
* vscode: make bailing out on custom serverPath more evidentVeetaha2020-03-141-7/+5
* vscode: npm run fixVeetaha2020-03-141-3/+3
* vscode: prepare config for nightliesVeetaha2020-03-141-15/+96
* Merge #3543bors[bot]2020-03-121-3/+15
|\
| * Make maxLength nullable againSteffen Lyngbaek2020-03-121-2/+2
| * Switch from Vec<InlayKind> to object with propsSteffen Lyngbaek2020-03-121-6/+7
| * Address Issues from GithubSteffen Lyngbaek2020-03-101-1/+3
| * Parameter inlay hint separate from variable type inlay? #2876Steffen Lyngbaek2020-03-101-2/+11
* | Add additional_outdirs in configEdwin Cheng2020-03-101-0/+1
|/
* vscode: groupd updates-related config under `updates` section as per @matkladVeetaha2020-03-091-1/+1
* vscode: fix inversion of askBeforeDownloadVeetaha2020-03-081-1/+1
* vscode: rename alwaysDownloadServer -> askBeforeDownloadVeetaha2020-03-081-1/+1
* vscode: care about alwaysDownloadServer option before askingVeetaha2020-03-071-5/+6
* Config to switch to semantic tokensAleksey Kladov2020-02-261-0/+2
* Extract client-side loggingAleksey Kladov2020-02-221-1/+4
* Rename config value for server PathAleksey Kladov2020-02-181-1/+1
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-4/+4
* Migrate to eslintAleksey Kladov2020-02-171-17/+17
* Merge #3181bors[bot]2020-02-171-1/+2
|\
| * Add arguments to rustfmtIlya Titkov2020-02-171-1/+2
* | vscode: minor refactoringsVeetaha2020-02-171-1/+0
|/
* Merge #3162bors[bot]2020-02-161-1/+16
|\
| * vscode: add version and storage parameters to github binary sourceVeetaha2020-02-161-1/+16
* | vscode: fix the default value for withSysrootVeetaha2020-02-161-1/+1
|/
* vscode: renamed langServer to serverVeetaha2020-02-141-6/+6
* make onConfigChange handler privateVeetaha2020-02-141-1/+1
* vscode: moved to getters as per matkladVeetaha2020-02-141-23/+17
* vscode: reordered config constructor before methodsVeetaha2020-02-131-5/+6
* vscode: redesigned config with simplicity and Dart extension config implement...Veetaha2020-02-131-190/+68
* vscode: filter out arm linux from using prebuilt binariesVeetaha2020-02-111-3/+20
* vscode: refactor inverted ternaries to if statements as per @matkladVeetaha2020-02-091-1/+3
* vscode: rename raLspServer variable to langServerVeetaha2020-02-081-3/+3
* vscode: refactor commentVeetaha2020-02-081-1/+1
* vscode: refactor platform artifact name query to switch statement, move Binar...Veetaha2020-02-081-36/+53
* vscode: amended config to use binary from globalStoragePath, added ui for dow...Veetaha2020-02-081-7/+49
* Merge #3024bors[bot]2020-02-051-1/+1
|\
| * vscode: eliminate floating promises and insane amount of resource handle leaksVeetaha2020-02-051-1/+1
* | vscode: yet another refactor commitVeetaha2020-02-041-2/+2
|/
* Improve readabilitymemoryruins2020-01-151-14/+11
* Display vscode message after changing cargo-watch optionsmemoryruins2020-01-151-0/+19
* Refactor configAleksey Kladov2019-12-311-6/+4
* Drop needless pubsAleksey Kladov2019-12-311-14/+14
* Drop support for legacy colorizationAleksey Kladov2019-12-311-4/+0
* Switch impure functional style to pure imperativeAleksey Kladov2019-12-311-2/+0
* Reformat with tsfmtAleksey Kladov2019-12-301-2/+2