aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Add config for cargo-watch traceEdwin Cheng2019-04-021-0/+11
|
* Add proper process teminate methodEdwin Cheng2019-04-021-2/+3
|
* Improve cargo-watch usageEdwin Cheng2019-04-021-12/+0
|
* Change enableCargoWatchOnStartup to have three statesVille Penttinen2019-03-211-3/+13
| | | | | | | This fixes #1005. Defaults to `ask` which prompts users each time whether to start `cargo watch` or not. `enabled` always starts `cargo watch` and `disabled` does not.
* Guard auto cargo watch behind a config optionIgor Matuszewski2019-03-181-0/+5
|
* activate extension if Cargo.toml is presentAleksey Kladov2019-03-131-1/+2
|
* prettier formatBernardo2019-03-101-1/+1
|
* simplify watch patternsBernardo2019-03-101-3/+3
|
* Add showWorkspaceLoadedNotification to vscode clientVille Penttinen2019-03-061-0/+5
| | | | | | | | | This allows users to control whether or not they want to see the "workspace loaded" notification. This is done on the server side using InitializationOptions which are provided by the client. By default show_workspace_loaded is true, meaning the notification is sent.
* Add vscode support for range in SyntaxTreeParamsVille Penttinen2019-03-031-1/+1
| | | | | | This enables the client to use a command to either show the live-updating version of the syntax tree for the current file. Or optionally when a selected range is provided, we then provide a snapshot of the syntax tree for the range.
* Change default value of highlightingOn to falseVille Penttinen2019-02-261-1/+1
|
* Use named multiline Problem Matcherkjeremy2019-02-181-29/+2
| | | | | Now that https://github.com/Microsoft/vscode/pull/65840 is in the latest release we can use the first commit from https://github.com/rust-analyzer/rust-analyzer/pull/408
* Specify vscode 1.31kjeremy2019-02-121-1/+1
|
* Update dependenciesDJMcNab2019-02-101-2/+2
|
* Add support for a seperate output channel for trace messagesDJMcNab2019-02-101-1/+1
|
* Update npm packageskjeremy2019-02-071-7/+7
|
* Add new configuration "enableEnhancedTyping" to control registering of ↵Ville Penttinen2019-02-071-0/+5
| | | | | | | | | | | | | | | | | | "type" command This further fixes problems when having a VIM extension (at least vscodevim) enabled, by not calling `overrideCommand('type', commands.onEnter.handle)` when enableEnhancedTyping is set to `false`. The problem is dependent on the order in which extensions are activated, if rust-analyzer is activated before `vscodevim`, rust-analyzer will register the `type` command, and when `vscodevim` finally attempts to activate, it will fail to register the command. This causes `vscodevim` to stop working properly. This setting allows users to disable the registerCommand `type` in rust-analyzer, allowing `vscodevim` to work. The setting defaults to `true`. Currently changing the setting requires reloading of the window.
* Add category to the commandsDJMcNab2019-01-291-8/+16
|
* Start the extension when rust-analyzer status is runDJMcNab2019-01-291-1/+3
|
* align command namingAleksey Kladov2019-01-281-25/+25
|
* add gc requestAleksey Kladov2019-01-251-0/+4
|
* ad status commandAleksey Kladov2019-01-221-0/+4
|
* Fail Travis on Prettier formatting issueAlan Du2019-01-151-1/+1
|
* :arrow_up: npmAleksey Kladov2019-01-131-3/+3
|
* Allow user to set path to ra_lsp_server in vscode settingsgentoo902019-01-051-0/+7
|
* index stuff produced by macrosAleksey Kladov2019-01-031-1/+1
|
* named multiline problem patterns are not parsed properly in vscode at the momentBernardo2019-01-011-2/+29
|
* fix regex and add rustc-watch problem matcherBernardo2019-01-011-23/+32
|
* Support tracing lsp requests.DJMcNab2018-12-201-0/+11
| | | | | | TODO: Debug why decorations are sent even when highlightingOn is disabled This makes the log volume so high its impossible to work with anyway
* use new clear-terminal featureAleksey Kladov2018-12-151-2/+2
|
* remove direct dep on event-stream: malisious version was unpublishedAleksey Kladov2018-12-091-1/+0
|
* Add package command and upgrade event-streamDJMcNab2018-12-081-1/+2
|
* Run npm update and add private and preview flagsDJMcNab2018-12-081-7/+9
| | | | | | | | Private stops npm publish working, which would be nonsensical anyway In case it gets added to the vscode extension repository, preview marks it as such Private may also prevent publishing to the vscode extension repository
* Improve the extend keybinding to not conflictDJMcNab2018-12-081-1/+1
|
* fix npm problemsAleksey Kladov2018-11-271-0/+1
|
* Update vscode-languageclient package to support RenameOptionsJeremy A. Kolb2018-10-191-2/+2
|
* Format vscode extension and add npm run fixAdolfo Ochagavía2018-10-091-0/+1
|
* Run prettier on all filesDaniel McNab2018-10-081-1/+2
|
* Add tslint and prettier to ciDaniel McNab2018-10-081-5/+14
|
* Dynamically apply highlightingOn configAdolfo Ochagavía2018-10-061-1/+1
| | | | Fixes #84
* Add a setting to disable custom syntax highlightingAdolfo Ochagavía2018-09-291-0/+11
|
* Remove undefined commandekrctb2018-09-211-4/+0
|
* rename all thingsAleksey Kladov2018-09-161-0/+149