aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/config.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Privatize highlightingAleksey Kladov2019-12-301-3/+0
* Merge #2061bors[bot]2019-12-291-5/+9
|\
| * Merge branch 'master' into feature/themesSeivan Heidari2019-12-231-24/+89
| |\
| * | Vscode wasn't running the linter automatically so ran `npm run fix` - wonder ...Seivan Heidari2019-11-091-3/+2
| * | * Adding scope mapping configuration manifest in `package.json`Seivan Heidari2019-11-041-6/+5
| * | Merge branch 'master' into feature/themesSeivan Heidari2019-10-311-7/+0
| |\ \
| * | | Introducing a Scopes Mapper to map from RA scopes to TextMate scopes with fal...Seivan Heidari2019-10-271-0/+2
| * | | Proof of concept theming and 'tokenColorCustomizations' support.Seivan Heidari2019-10-241-1/+5
* | | | Keep VSCode config mostly backwards compatibleEmil Lauridsen2019-12-251-11/+20
* | | | Configuration plumbing for cargo watcherEmil Lauridsen2019-12-251-44/+15
| |_|/ |/| |
* | | Merge #2568bors[bot]2019-12-171-0/+9
|\ \ \
| * | | Add option to disable all-targets.Vadzim Dambrouski2019-12-151-0/+9
* | | | Default to client watching on VS CodeAleksey Kladov2019-12-171-2/+2
|/ / /
* | | Enable `allFeatures` by default and fix lintsoxalica2019-12-131-9/+16
* | | Support setting cargo featuresoxalica2019-12-131-13/+57
* | | Code: enable prettier trailing commasLaurențiu Nicola2019-12-091-11/+11
* | | Allow disabling sysrootAleksey Kladov2019-12-091-0/+5
| |/ |/|
* | document feature flagsAleksey Kladov2019-10-251-7/+0
|/
* Merge #1980bors[bot]2019-10-231-0/+6
|\
| * Make inlay hint length configurableWilco Kusee2019-10-181-0/+6
* | Adds config option for cargo-watch `--ignore` flagRoberto Vidal2019-10-171-1/+10
|/
* add option to disable notifyAleksey Kladov2019-09-061-0/+4
* implement feature flagsAleksey Kladov2019-08-221-0/+4