Commit Graph

3714 Commits

Author SHA1 Message Date
Matt Bierner 031304cc81 Use resource setting for jsdoc completions config 2017-10-27 15:20:47 -07:00
Matt Bierner 93c737831c Use window scope for implicit project config 2017-10-27 15:20:47 -07:00
Matt Bierner 117e40f3be Make sure we use resource specific config for TS/JS formatting options 2017-10-27 15:20:47 -07:00
Matt Bierner e0c0c772c0 Make sure we dispose of formatting config manager 2017-10-27 15:20:47 -07:00
Matt Bierner afaaee3558 💄 2017-10-27 15:20:47 -07:00
Matt Bierner dc8557b3ff Fix dot completions not being enable on start ot new line 2017-10-27 15:20:47 -07:00
Matt Bierner ee3553c59e Get completion config for resource 2017-10-27 15:20:47 -07:00
Matt Bierner 99969120d3 Use async for completion item provider 2017-10-27 15:20:47 -07:00
Joao Moreno d5c3e6b75a git: use resource configuration
related to #37041
2017-10-27 16:21:21 +02:00
Erich Gamma 117e621595 Reject promise when there is a parse error in a package.json file. 2017-10-27 16:06:36 +02:00
João Moreno d3028fb5ca Merge pull request #36974 from keegancsmith/fetch-noop
git: Throw fetch error
2017-10-27 15:48:15 +02:00
Martin Aeschlimann 4473006497 [css/html/json] use fixed version of language server/client 2017-10-27 13:11:52 +02:00
João Moreno 178d05621f Merge pull request #36971 from keegancsmith/git-error-to-string
git: Include GitErrorData in GitError.toString
2017-10-27 12:13:35 +02:00
Johannes Rieken 6c09f4aafc don't report progress when running check-ignore, #36754 2017-10-27 11:15:28 +02:00
Erich Gamma 1420d41bf8 Fix for #31274 Support for yarn when running detected tasks 2017-10-27 10:52:17 +02:00
Matt Bierner e6a76e4bd3 Move js/ts language mode ids to own file 2017-10-26 18:39:53 -07:00
Matt Bierner abcdfe2c8c Set checkjs when generating jsconfig if javascript.implicitProjectConfig.checkJS is set
Fixes #37011
2017-10-26 18:11:03 -07:00
Matt Bierner 33aeb8e914 Remove unused functions in ts extension 2017-10-26 17:56:18 -07:00
Matt Bierner adb7b65684 Move versions status details into class 2017-10-26 17:33:26 -07:00
Matt Bierner 85f06958de More small cleanups in ts extension 2017-10-26 17:29:08 -07:00
Matt Bierner 5702389f4b Add setting to disable experimental decorators in implicit js projects
Fixes #14985
2017-10-26 17:20:35 -07:00
Matt Bierner 26eaf6f2ab Fix compile errors for TS 2.6 2017-10-26 17:02:49 -07:00
Matt Bierner 4ba7427dd9 Remove extra space in definition providers 2017-10-26 17:02:49 -07:00
Matt Bierner ade3609d02 Clean up definition provider 2017-10-26 17:02:49 -07:00
Johannes Rieken 47e1c93285 deco - use correct/overwrite decorations in scm viewlet because the same URI can have multiple decorations 2017-10-26 17:01:18 +02:00
Johannes Rieken 86cd46a44e deco - allow to derive new decoration from existing decoration, add IDecorationData#source 2017-10-26 17:01:18 +02:00
Keegan Carruthers-Smith fb47be0fa1 git: Throw fetch error 2017-10-26 12:26:46 +02:00
Keegan Carruthers-Smith 16089481f0 git: Include GitErrorData in GitError.toString
We are passing `GitErrorData` to `JSON.stringify` to include in the string
generated by `GitError.toString`. However, we set `replacer` to `[]`, which
means `JSON.stringify` will _always_ serialize to `{ }`. After this change
GitError messages should be more understandable, and not just say `Failed to
execute git`.
2017-10-26 11:32:48 +02:00
Martin Aeschlimann 022687c6de [bat] region marker improvement (for #36911) 2017-10-26 09:19:44 +02:00
Martin Aeschlimann ef38f54d7d Merge pull request #36911 from MichielVanderlee/master
#3422 Add Region folding for bat
2017-10-26 09:14:59 +02:00
Martin Aeschlimann 9e806c865a Merge pull request #36926 from ThmsRynr/patch-1
Fix #36924. PowerShell Extension Comment Highlighting Error
2017-10-26 08:53:46 +02:00
Ramya Achutha Rao 8bc02c7443 Activate emmet on * instead of type command #36575 2017-10-25 21:40:58 -07:00
Thomas Rayner f9037b145e Fix #36924. PowerShell Extension Comment Highlighting Error
Fixes issue #36924 to correct a comment highlighting error in the PowerShell extension.
2017-10-25 12:20:56 -06:00
Martin Aeschlimann 51d8f360e5 [sql] replace grammar 2017-10-25 17:26:12 +02:00
isidor 3e3d09021d also use darker red for git deleted 2017-10-25 17:24:24 +02:00
isidor 5d93cd1543 git color decoration: a bit different colors for light theme 2017-10-25 17:20:44 +02:00
MichielVanderlee b8721cbc96 Add REM support 2017-10-25 12:19:21 -03:00
MichielVanderlee 60229757b5 Add Region folding for bat 2017-10-25 12:13:52 -03:00
Martin Aeschlimann e9d793eb33 [sql] switch to Microsoft/sql grammar (fixes #36853) 2017-10-25 16:32:04 +02:00
Johannes Rieken 51fa1659ac deco - priority 2017-10-25 09:38:22 +02:00
Max Schmitt 4f055b9abc Fixed typos (#36804)
`to sigmal a function references` => `to signal a function reference`
`Alternative is to...` => `An alternative is to...`
2017-10-24 14:44:43 -07:00
Matt Bierner af1e604d7a Remove whitespace fontStyle from monokai dimmed 2017-10-24 11:36:08 -07:00
Matt Bierner 84071e3cfc Run json formatter on a few builtin themes 2017-10-24 11:34:21 -07:00
Matt Bierner 837d66fcf0 Show markdown security command in command palette when inside markdown preview 2017-10-24 11:17:45 -07:00
Johannes Rieken a0c26c8a1d deco - show badge in scm viewlet when no icons are provided 2017-10-24 17:58:04 +02:00
Martin Aeschlimann f4b45dcbc9 [cpp] update grammar 2017-10-24 11:05:55 +02:00
Martin Aeschlimann b50a9b79e6 [scss] update grammar 2017-10-24 11:05:55 +02:00
Martin Aeschlimann c30f6ce715 [rust] update grammar 2017-10-24 11:05:55 +02:00
Martin Aeschlimann 7209cf604d [r] update grammar 2017-10-24 11:05:54 +02:00
Martin Aeschlimann ad58f842ce [php] update grammar 2017-10-24 11:05:54 +02:00