Commit Graph
36331 Commits
Author SHA1 Message Date
Benjamin Pasero fb295d4b9d title 💄 2018-06-20 08:42:50 +02:00
Christof Marti 38cbbb781d Shorter duration 2018-06-20 07:52:11 +02:00
Rob Lourens dc15008ccb Settings editor - hide TOC during search 2018-06-19 20:51:48 -07:00
Rob Lourens 2b59b800f7 Settings editor - move TOC back under header 2018-06-19 20:33:51 -07:00
Rob Lourens 40fb74cf18 Fix #52314 - add aria label for replace toggle state 2018-06-19 17:35:19 -07:00
Matt Bierner 7c96862d37 Use workspace edit to create new file on refactor
#10659
2018-06-19 17:24:40 -07:00
Matt Bierner fae2d736aa Adding note on webview persistence 2018-06-19 17:04:05 -07:00
Jackson Kearl 69d79b07a9 Remove button that shouldnt show up (#52360) 2018-06-19 16:13:40 -07:00
Jackson Kearl 442e5e202a Add ability to ignore recommendations both globally and at a per-workspace level (#51941)
* WIP

* Initail filtering and pulling filter list logic.

* Imporive typing and naming

* Remove the significant duplication

* Bug fixes.

* Fix bug where arrow functions dont maintain `this` in point free style

* WIP on extension ignoring UI.

* UI for global ignores.

* Add "unwantedRecommendations" to extensions.json template and intelisense

* Notify of workspace non-recommended extensions

* Wording of extensions.json template

* More UI for ignore button.

* Use seprate notification channel of recommendation changes.

* Reload search when recommended extensions changes

* Tests for ExtensionTipsService

* Test extensions workbench service

* Naming and add default vaule to workspace settings

* Initial revisions

* Global ignore need not call workspace refresh

* Fix build issues

* Skip refreshing workspace twice

* WIP

* WIP

* Reduce file accesses.
Remove bug causing all open editors to show exrtension as ignored

* Fix some of the build issues.

* Hackish thing that fixes the test.

* Rename id to extensionId in RecommendationChangeNotification

* updateRecommendedness ??

* Not needed

* Remove point free style thing

* Simplify

* naming

* remove extrenous getWrokspaceRecommendations call

* Casing

* Gracefull handle missing 'extensions' field in multiroot project config

* Refresh recommendation views on recommendation change

* more case sensitivity stuff

* naming/refactroing

* Simplify return types

* Wording

* Add telemetry

* guard telemetry service
2018-06-19 11:53:23 -07:00
Matt Bierner e4fe04ad5b Treat comma as a commit character in js / ts
Fixes #52351
2018-06-19 11:51:18 -07:00
Matt Bierner 0e361509ef Fix completion characters inside of js function call
Fixes #52350
2018-06-19 11:51:18 -07:00
SteVen Batten dcffd79899 removing invalid classes from extension actions 2018-06-19 11:20:01 -07:00
Alfonso Perez 344f4d3a6a Keep deleting lines when triggering deleteAllLeft on column 1 (#28392)
* keep deleting lines when doing a deleteAllLeft on column 1
2018-06-19 11:12:17 -07:00
Matt Bierner f71c378488 Make sure we trigger js/ts completions on / 2018-06-19 11:06:35 -07:00
Matt Bierner 4d3a8ae210 Add tag closing completions
Part of #34307. Add manual completions for closing jsx tags. Requires TS 3.0
2018-06-19 11:06:35 -07:00
Sandeep Somavarapu 76f33a4ab6 Separete scanning and filtering extensions 2018-06-19 19:59:45 +02:00
SteVen Batten 88904d7269 fixes $52275 2018-06-19 10:39:57 -07:00
Benjamin Pasero e8008a7953 grid - tweak autoFocus in quick pick depending on active editor group being empty or not 2018-06-19 19:10:45 +02:00
SteVen Batten 378c2181af Merge branch 'master' of https://github.com/Microsoft/vscode 2018-06-19 10:09:49 -07:00
SteVen Batten 0977a4c386 initialize title in custom titlebar 2018-06-19 10:08:56 -07:00
Benjamin Pasero 0113b40fd1 fix #52212 2018-06-19 19:04:19 +02:00
Matt Bierner 260ee3284e Update js/ts grammars 2018-06-19 10:02:48 -07:00
Matt Bierner 8729695a01 Update markdown grammar 2018-06-19 10:02:47 -07:00
Benjamin Pasero 83625fa9cb debt - avoid async import when chained with WinJS promises 2018-06-19 18:13:03 +02:00
Benjamin Pasero aa3809481b grid - fix bad overlay height value when dragging 2018-06-19 17:48:32 +02:00
Alex Dima 6e088a7162 Minor edits 2018-06-19 17:45:25 +02:00
Benjamin Pasero a032e74b88 follow up: lastResolvedDiskStat can be null 2018-06-19 17:41:51 +02:00
Isidor Nikolic dd7e8af40a Open readonly files as readonly editors (#52337)
* workbench: readonly files open as readonly editors

* polish
2018-06-19 17:38:32 +02:00
isidor e1f1b6cb7b disable actions and commands for readonly resources 2018-06-19 17:24:10 +02:00
Martin Aeschlimann a0fe17d2d1 JSONValidationExtensionPoint: use extensionLocation 2018-06-19 17:10:49 +02:00
Johannes Rieken 58da9d0bb1 fix comment for #51695 2018-06-19 17:05:47 +02:00
Johannes Rieken 29a7289ba3 add test for #42638 2018-06-19 16:58:36 +02:00
Johannes Rieken ea28332e28 more testing on #10659 2018-06-19 16:58:36 +02:00
Martin Aeschlimann 54ff9a1974 delayed loading of vscode-textmate 2018-06-19 16:55:44 +02:00
Johannes Rieken 45bfc0a215 enable more tests #10659 2018-06-19 16:28:35 +02:00
Sandeep Somavarapu 1ae8202e4e Use posix.join 2018-06-19 16:17:00 +02:00
Johannes Rieken 6b8ea727a9 update doc comment 2018-06-19 16:15:34 +02:00
Johannes Rieken 6dcfa8fbfe add proposed onWillRenameFile event, #43768 2018-06-19 16:13:14 +02:00
Johannes Rieken 2579a13724 add (internal) api for onWillSave #43768 2018-06-19 15:54:45 +02:00
isidor 48087bf937 explorerResourceIsReadonly context 2018-06-19 15:47:27 +02:00
Joao Moreno 6466eee990 win32 use install: first steps 2018-06-19 14:29:36 +01:00
Johannes Rieken 727926810b Merge pull request #52330 from Microsoft/isidorn/fsReadonly
fileSystemProvider: isReadonly
2018-06-19 15:24:23 +02:00
Johannes Rieken 10192366eb move onDidRename to filesystem-events things, #43768 2018-06-19 15:17:54 +02:00
isidor 22a98f386b fileSystemProvider: isReadonly 2018-06-19 15:00:18 +02:00
Johannes Rieken 3f25a1b7cb fix #50187 2018-06-19 14:44:31 +02:00
Sandeep Somavarapu f4df42f11e Fix #51234 2018-06-19 13:08:09 +02:00
Johannes Rieken a979c73896 bulk edit provider listens on operation events only, add more test (partity disabled due to #52212), #10659 2018-06-19 12:47:28 +02:00
isidor 48d38a13b1 fixes #52156 2018-06-19 12:15:44 +02:00
Christof Marti c361c4a31c Back button constant (#49340) 2018-06-19 12:00:48 +02:00
Benjamin Pasero 2afaa0d682 fix #52208 2018-06-19 11:59:17 +02:00