about summary refs log tree commit diff
path: root/editors/code/package.json
AgeCommit message (Expand)AuthorLines
2019-12-31Drop obsolete color configurationsAleksey Kladov-288/+1
2019-12-30Add tsfmtAleksey Kladov-1/+3
2019-12-30Remove prettierAleksey Kladov-8/+1
2019-12-30Run prettier on all filesAleksey Kladov-1/+1
2019-12-30Add prettierAleksey Kladov-6/+13
2019-12-30Rename extension.ts -> main.tsAleksey Kladov-1/+1
2019-12-30Add rollupAleksey Kladov-7/+12
2019-12-30Minimize TypeScript buildAleksey Kladov-35/+8
2019-12-29Merge #2061bors[bot]-1/+64
2019-12-25Keep VSCode config mostly backwards compatibleEmil Lauridsen-20/+14
2019-12-25Configuration plumbing for cargo watcherEmil Lauridsen-30/+10
2019-12-25Remove cargo-watch from vscode extension.Emil Lauridsen-11/+1
2019-12-23Merge branch 'master' into feature/themesSeivan Heidari-16/+125
2019-12-20Update to latest packageskjeremy-8/+8
2019-12-17Merge #2583bors[bot]-1/+2
2019-12-17use pretter settings in ts-lintEdwin Cheng-1/+2
2019-12-17Merge #2568bors[bot]-0/+5
2019-12-17Merge #2571bors[bot]-1/+1
2019-12-17Default to client watching on VS CodeAleksey Kladov-1/+1
2019-12-16Fixed a typoOmer Ben-Amram-1/+1
2019-12-15Add option to disable all-targets.Vadzim Dambrouski-0/+5
2019-12-15Properly format jsonOliver Scherer-9/+11
2019-12-15Add a rudimentary json regex to get at information like `endLine`Oliver Scherer-0/+20
2019-12-14Merge branch 'refs/heads/master' into feature/granular-scopesOmer Ben-Amram-0/+15
2019-12-14removed `type.alias`Omer Ben-Amram-0/+9
2019-12-14added decorationsOmer Ben-Amram-1/+55
2019-12-14Enable `allFeatures` by default and fix lintsoxalica-1/+1
2019-12-13Support setting cargo featuresoxalica-0/+15
2019-12-09Code: enable prettier trailing commasLaurențiu Nicola-1/+2
2019-12-09Add rollup sourcemap and fix launch.jsonEdwin Cheng-0/+1
2019-12-08Code: bump depsLaurențiu Nicola-13/+13
2019-12-08Code: check whether the LSP binary is in PATHLaurențiu Nicola-0/+1
2019-11-20Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari-0/+5
2019-11-20Use DocumentProvider instead of HoverEdwin Cheng-0/+5
2019-11-18Readding jsonc parser because of https://github.com/rust-analyzer/rust-analyz...Seivan Heidari-1/+2
2019-11-09Vscode wasn't running the linter automatically so ran `npm run fix` - wonder ...Seivan Heidari-1/+1
2019-11-04* Adding scope mapping configuration manifest in `package.json`Seivan Heidari-1/+63
2019-10-25document feature flagsAleksey Kladov-5/+0
2019-10-23Merge #1980bors[bot]-0/+5
2019-10-18Make inlay hint length configurableWilco Kusee-0/+5
2019-10-17Adds config option for cargo-watch `--ignore` flagRoberto Vidal-0/+5
2019-10-17Add rust-analyzer.showWorkspaceLoadedNotification to package.jsonLaurențiu Nicola-0/+5
2019-10-10Merge #1984bors[bot]-2/+2
2019-10-10Bump rollup and vscekjeremy-2/+2
2019-10-10engine.vscode and @types/vscode should matchkjeremy-1/+1
2019-09-23add rollup bundler for vscode extensionJasperDeSutter-4/+8
2019-09-10Update minimal required vscode version to 1.37Lucas Spits-1/+1
2019-09-06add option to disable notifyAleksey Kladov-0/+5
2019-08-26Switch to `@types/vscode` and `vscode-test`Bastian Köcher-4/+7
2019-08-22implement feature flagsAleksey Kladov-4/+4