Commit graph

24648 commits

Author SHA1 Message Date
Martin Aeschlimann 1fb361861f [folding] add work boundries to folding markers 2017-10-11 17:28:10 +02:00
Johannes Rieken 240b0cb4c9 fix typo 2017-10-11 16:20:55 +02:00
Johannes Rieken cb4b27487e Merge pull request #36067 from maokelong/master
Correct the EBNF for snippets
2017-10-11 16:13:23 +02:00
Martin Aeschlimann a5f49516c1 [json] update server & service 2017-10-11 16:01:48 +02:00
Martin Aeschlimann 4a170ddebc iconTheme: null shouldn't show a warning. Fixes #35692 2017-10-11 16:01:47 +02:00
Martin Aeschlimann c6b980c672 [html] update server 2017-10-11 16:01:47 +02:00
Martin Aeschlimann 08597e3aaf [css] update service & server 2017-10-11 16:01:47 +02:00
Johannes Rieken c6ac991a52 debt - remove apiUsage telemetry 2017-10-11 15:40:35 +02:00
猫科龙 81d87edb3b Correct the EBNF for snippets
I reviewed the parse's code and think that `${sn:-else}` and `${sn:else}` may have the same function and should share the same status,which means that  the pattern should be something like `'${' int ':-' else '}' | '${' int ':' else '}'` or not  '${' int ':-' else '}'  '${' int ':' else '}'.
2017-10-11 21:15:25 +08:00
Johannes Rieken 12439dfbb6 debt - remove obsolete URI casts 2017-10-11 13:01:10 +02:00
isidor e96a35fa05 panel has to be expanded in order for the actions to be visible
fixes #35923
2017-10-11 12:40:33 +02:00
Benjamin Pasero 71cdb6afbc promote showWorkspaceFolderPick to stable API 2017-10-11 12:22:12 +02:00
isidor 355d49ff2e debug: fix guess adapter
fixes #36045
2017-10-11 12:18:11 +02:00
Benjamin Pasero c076ea2e0f remove some todos 2017-10-11 12:17:16 +02:00
Benjamin Pasero 4c50ac7372 enable multi root in all releases 2017-10-11 12:16:28 +02:00
Benjamin Pasero 0b57f9ee91 scorer - better distance compute 2017-10-11 11:48:05 +02:00
Johannes Rieken 26f78f8da1 remote - tweak read call 2017-10-11 11:37:04 +02:00
Johannes Rieken 00f0766b0f deco - expect icon uris with spaces 2017-10-11 10:51:48 +02:00
Johannes Rieken eac4d3c749 decorations - only bubble up color status 2017-10-11 10:34:36 +02:00
Benjamin Pasero 0770006e22 💄 2017-10-11 10:17:40 +02:00
Dániel Tar e03163d9a8 Fix wrong placement of 'e.g.'s in the description of window.title setting (#35986)
* Fix wrong placement of 'e.g.'s in the description of `window.title` setting

* Fix the same error in configuration-editing
2017-10-11 10:02:55 +02:00
Johannes Rieken 88a6e81055 remote - don't read another time when encoding guessing already read the while file 2017-10-11 09:53:32 +02:00
Joao Moreno 4cfb248733 fixes #36010 2017-10-11 09:30:20 +02:00
Daniel Imms 2b99699e36 Fix blurry terminal fonts particularly on low dpi screens
Fixes #35991
2017-10-10 22:29:45 -07:00
Daniel Imms 3ffa14e5ed Revert "Only set LANG env var in term if setLocaleVariables is true"
This reverts commit a91bad463a.
2017-10-10 21:24:19 -07:00
Matt Bierner a627a95c4d Use consistent style for inline code in hover/suggest/parameter hints
Fixes #35813
2017-10-10 18:13:47 -07:00
Matt Bierner 00dbc4541c Autoshow intellisense for import with no side effects
Fixes #35691
2017-10-10 18:05:14 -07:00
Matt Bierner 63ecf01397 Use unique grammar and scope for JavaScript react to avoid conflicts when overriding plain old javascript grammar
Fixes #35532
2017-10-10 15:02:32 -07:00
Daniel Imms a91bad463a Only set LANG env var in term if setLocaleVariables is true
Fixes #35550
2017-10-10 12:22:59 -07:00
isidor 06e1699b24 debugStatus: only style icon if it is constructed 2017-10-10 18:13:35 +02:00
Johannes Rieken fd92bc6a3d fix scm.fileDecorations.enabled setting 2017-10-10 18:09:40 +02:00
Benjamin Pasero be10b09e63 better matchCompactness computation 2017-10-10 17:47:17 +02:00
Johannes Rieken e7799d1915 fix merge/rebase hickup 2017-10-10 17:10:21 +02:00
Johannes Rieken a34ee0c5aa label tweak 2017-10-10 17:09:36 +02:00
Johannes Rieken e013bf881f improve test 2017-10-10 17:09:36 +02:00
Johannes Rieken 3631852e9c provider dispose test 2017-10-10 17:09:36 +02:00
Johannes Rieken 1b3011020b sync/async results, add unit test 2017-10-10 17:09:36 +02:00
Johannes Rieken 9c4052804d adjust git colors 2017-10-10 17:09:35 +02:00
Johannes Rieken 9159b69100 move extra icon into label 2017-10-10 17:09:35 +02:00
Johannes Rieken 6796d4105a add useColors/useIcons settings 2017-10-10 17:09:35 +02:00
Johannes Rieken 5c61e7cb86 disable markersFileDecorations for now 2017-10-10 17:09:35 +02:00
Johannes Rieken 7e2d9ee7b3 have markerFileDecorations in one place 2017-10-10 17:09:35 +02:00
Johannes Rieken d8f20b58eb error/warning icons 2017-10-10 17:09:35 +02:00
Johannes Rieken 02794bd86a re-use scm icons 2017-10-10 17:09:35 +02:00
Johannes Rieken e73da33e4f add back untracked color, remove suffix for now 2017-10-10 17:09:35 +02:00
Johannes Rieken 3c68560ed8 remove icons, use tick as suffix decoration 2017-10-10 17:09:35 +02:00
Johannes Rieken 380616a42c keep scm data around 2017-10-10 17:09:35 +02:00
Johannes Rieken 9fa1a88b2f add explorer setting for file decorations 2017-10-10 17:09:34 +02:00
Johannes Rieken 88927c9bc5 have just 1 option 2017-10-10 17:09:34 +02:00
Johannes Rieken 49ed34f867 support leafOnly option 2017-10-10 17:09:34 +02:00