Commit Graph

3890 Commits

Author SHA1 Message Date
Matt Bierner
8e1bf19f3d Fix refactor description
Fixes #38083
2017-11-10 10:35:36 -08:00
Matt Bierner
185f110f2d Use async for findLanguage 2017-11-10 10:35:36 -08:00
Matt Bierner
4f5491cce4 Mark more fields as readonly 2017-11-10 10:35:36 -08:00
Matt Bierner
0070dd13f7 Don't create duplicate typingsStatus 2017-11-10 10:35:36 -08:00
Matt Bierner
061f60ee25 Mark a few more fields as readonly 2017-11-10 10:35:36 -08:00
Matt Bierner
5f4d9943aa Use initilizers for some wire protocol constructs 2017-11-10 10:35:36 -08:00
Matt Bierner
dbe39745d3 Add jsx-tags to languaegModeIds 2017-11-10 10:35:36 -08:00
Matt Bierner
a7e5a79561 Use Uri to identify file in Diagnostics manager 2017-11-10 10:35:36 -08:00
Matt Bierner
9da3b7e3c9 Clean up validation update logic 2017-11-10 10:35:36 -08:00
Matt Bierner
4ac962eb86 Move language configurations to own file 2017-11-10 10:35:35 -08:00
Joao Moreno
fe20886713 don't spawn git on Windows
fixes #32739
2017-11-10 17:50:13 +01:00
Joao Moreno
2fedc4c253 git rename: missing update 2017-11-10 17:39:20 +01:00
Joao Moreno
ffefea2053 Merge branch 'fix-changes-display-for-modified-files' of https://github.com/thierer/vscode into thierer-fix-changes-display-for-modified-files 2017-11-10 17:24:28 +01:00
Joao Moreno
c3c4f5e8de 💄 2017-11-10 17:12:28 +01:00
Joao Moreno
12c41aa9bd Merge branch '34527' of https://github.com/raouldc/vscode into raouldc-34527 2017-11-10 17:03:06 +01:00
Joao Moreno
57b2a86868 Merge branch 'justinhhorner-git-rename-branch' of https://github.com/justinhhorner/vscode into justinhhorner-justinhhorner-git-rename-branch 2017-11-10 16:51:44 +01:00
Joao Moreno
1a20ec9103 💄 2017-11-10 16:27:56 +01:00
João Moreno
56539e2e25 Merge pull request #32222 from dericcain/master
Added ability to use tilde as home dir in config for cloning repos
2017-11-10 16:25:22 +01:00
Joao Moreno
55882309c8 git: cancel clone
fixes #30057
2017-11-10 16:22:12 +01:00
Dirk Baeumer
3a0fb3a97c Fixes #11482: Autodetecting gulpfile.ts tasks 2017-11-10 16:17:10 +01:00
Martin Aeschlimann
052eb388d0 [shell] update OSSReadme 2017-11-10 10:32:20 +01:00
Johannes Rieken
5ca4bab8fc use -z --stdin when running check-ignore, qualified guess for #37857 2017-11-10 10:05:01 +01:00
Martin Aeschlimann
048592897e [scss] update grammar (for #36923) 2017-11-10 09:19:56 +01:00
Martin Aeschlimann
86898e1d96 [less] update grammar 2017-11-10 09:19:56 +01:00
Martin Aeschlimann
c722bbffaf [ts] update grammar 2017-11-10 09:19:56 +01:00
Martin Aeschlimann
9ecd00dc28 [js] update grammar 2017-11-10 09:19:56 +01:00
Martin Aeschlimann
1f2c636a53 [java] update grammar 2017-11-10 09:19:56 +01:00
Martin Aeschlimann
8a154397c3 [fsharp] update grammar 2017-11-10 09:19:56 +01:00
Martin Aeschlimann
f0449095bc [coffee] update grammar 2017-11-10 09:19:55 +01:00
Martin Aeschlimann
20ad4aae6b [shell] switch grammar to atom/language-shellscript 2017-11-10 09:19:55 +01:00
Rob Lourens
c98e53622d 💄 2017-11-09 13:52:02 -08:00
Joao Moreno
2f3b485b92 compile stuff 2017-11-09 18:32:05 +01:00
Joao Moreno
1019c8488e Merge branch 'git-data-uris' 2017-11-09 18:24:30 +01:00
Joao Moreno
de84b63e47 fix compile error 2017-11-09 18:23:12 +01:00
Joao Moreno
e730a65f7a git image diff: fix index 2017-11-09 18:22:45 +01:00
Joao Moreno
d1b9a70d17 git: data uris 2017-11-09 17:54:00 +01:00
Martin Aeschlimann
a480155df2 [html] auto indentation is different if the closing tag is followed by any character or whitespace. Fixes Microsoft/vscode#37869 2017-11-09 12:11:21 +01:00
Martin Aeschlimann
b0e058ea98 [html] more strict null preparations (but still disabled, due to dependencies) 2017-11-09 11:53:31 +01:00
Martin Aeschlimann
4a601eec71 [css] adopt strict mode 2017-11-09 10:17:55 +01:00
Martin Aeschlimann
c88c599134 Merge pull request #37744 from mjbvz/html-ext-strict-1
Start moving html ext to strict mode compile
2017-11-09 09:57:16 +01:00
Martin Aeschlimann
f5e43647fb Merge pull request #37743 from mjbvz/css-ext-strict
Move css extension to strict
2017-11-09 09:54:49 +01:00
Martin Aeschlimann
f4a4dd3be3 [thems] remove default token colors 2017-11-09 09:09:19 +01:00
Matt Bierner
be88547c66 Prototyping new CodeAction API (#36316)
* Add CodeAction Type

Adds skeleton on a new CodeActionType and allows codeActionProvider to return either `Command`s or `CodeAction`s

Move proposed CodeAction API to proposed and try using it in TS

Split CodeAction into quickfix and refactoring classes

Update proposed interface

Update for new API

Adding basic docs

* Support workspace edits and text edits in codeactions

* Remove placeholders

* Resolving conflicts and making PR suggested changes

* Fix quick fix test

* Revert change to only use `CodeAction` instead of `CodeAction | Command` in modes since this will break `vscode.executeCodeActionProvider`
2017-11-08 16:07:34 -08:00
Christof Marti
c561784a90 Clean up (#37212) 2017-11-08 11:01:58 -08:00
Matt Bierner
4b6df2f839 Encapsulate TS/JS diagnostics in class 2017-11-08 09:45:28 -08:00
Benjamin Pasero
7f0b0e1761 label/description 2017-11-08 15:48:45 +01:00
Joao Moreno
4b8c0ce265 git: raw buffer 2017-11-08 15:26:41 +01:00
isidor
0ea9de8375 use a stronger gray for unimporant debug configuration attributes
fixes #14868
2017-11-08 12:58:19 +01:00
Joao Moreno
d572f43247 wip: git: send pngs as data uris 2017-11-08 12:52:30 +01:00
Joao Moreno
d2016c4ad0 Merge branch 'master' into fix/33739 2017-11-08 12:27:48 +01:00