Commit Graph

24607 Commits

Author SHA1 Message Date
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
Johannes Rieken
b63319d902 support suffix/prefix label 2017-10-10 17:09:34 +02:00
Johannes Rieken
73164106d5 simplify git decorations... 2017-10-10 17:09:34 +02:00
Johannes Rieken
d5ca886e37 tweak label 2017-10-10 17:09:34 +02:00
Johannes Rieken
9e5bd5fbef add tooltip, prefix, and suffix text 2017-10-10 17:09:34 +02:00
Johannes Rieken
7921c1fe49 add setting for scm, handle de-registration 2017-10-10 17:09:34 +02:00
Johannes Rieken
3cd39eeb2a use a provider-style api for resource/file decorations 2017-10-10 17:09:34 +02:00
Johannes Rieken
46e48b3450 yet another missing change... 2017-10-10 17:09:34 +02:00
Johannes Rieken
9a8bdad947 missing labels change 2017-10-10 17:09:34 +02:00
Johannes Rieken
6fc89a918e move render/update logic to file/resource label, rename fileDecorations to decorations etc 2017-10-10 17:09:33 +02:00
Johannes Rieken
5a57f27d5a refine interfaces 2017-10-10 17:08:54 +02:00
Johannes Rieken
737f55bb2f TST#clear 2017-10-10 17:08:54 +02:00
Johannes Rieken
5c109769f0 use ColorIdentifier instead of Color, define some git colors for untracked, modifed, and ignored 2017-10-10 17:08:53 +02:00
Johannes Rieken
e980c39e60 add setting 'problems.showOnFiles' 2017-10-10 17:08:53 +02:00
Johannes Rieken
040f338dda refine service, allow to set only one decoration per type and resource 2017-10-10 17:08:53 +02:00
Johannes Rieken
b5b3208739 one scm color 2017-10-10 17:08:53 +02:00
Johannes Rieken
9fa1f52ac2 start with scm file decorations 2017-10-10 17:08:53 +02:00
Johannes Rieken
7f9ff2b1c8 add FileDecorationsService and use it with markers 2017-10-10 17:08:53 +02:00
Christof Marti
a57c8ec73c Disable 'new release' 2017-10-10 07:38:44 -07:00
Benjamin Pasero
f593206841 tests 2017-10-10 16:29:10 +02:00
Joao Moreno
dfc3c944a4 remove unused variable 2017-10-10 16:05:37 +02:00
Benjamin Pasero
4b38a9a536 💄 2017-10-10 15:46:48 +02:00
Beyang Liu
5a8042dbaa remove kludge that adds history item when new input is set on an editor (#35682) 2017-10-10 15:44:39 +02:00
Benjamin Pasero
ad42cac7b2 New setting "workbench.editor.labelFormat": "default" does not work (Linux) (fixes #35721) 2017-10-10 15:41:53 +02:00
Benjamin Pasero
aef33be941 Missing workspace prevents start of vscode (fixes #35871) 2017-10-10 15:36:42 +02:00
Benjamin Pasero
b862b18749 fix tests 2017-10-10 12:45:36 +02:00
Benjamin Pasero
e6df58e5d9 debt - additional quick scorer result tweaks 2017-10-10 12:28:54 +02:00
isidor
dad2c89e76 fixes #35898 2017-10-10 12:25:26 +02:00
Johannes Rieken
51b0bf3c78 support findFiles 2017-10-10 12:20:38 +02:00
Johannes Rieken
0b03de632a avoid disk search trouble when having workspace folders that aren't on disk 2017-10-10 12:20:09 +02:00
Sandeep Somavarapu
dbcc641f8a Fix #35903 2017-10-10 11:18:12 +02:00
Joao Moreno
ccb7910128 git content provider checks the wrong cache key
fixes #35559
2017-10-10 10:22:11 +02:00
Johannes Rieken
4a1c8474c5 Merge pull request #34889 from Krzysztof-Cieslak/file-extension-when
Add `editorFileExtension` when clause context
2017-10-10 10:03:31 +02:00
João Moreno
a4402df78e Merge pull request #35965 from shiftkey/deprecate-github-git-integration
disable lookup for GitHub's version of Git
2017-10-10 09:22:59 +02:00
Brendan Forster
b1407a87b0 disable lookup for GitHub's version of Git
If the classic GitHub for Windows (creatively named github.exe) is installed alongside the new GitHub Desktop (which installs a github.bat file to PATH), we can get into the situation where Code can ask the GUI to authenticate for a private repository, which it doesn't understand.
2017-10-10 18:04:14 +11:00
Rob Lourens
4ceb914218 Strip BOM from search result on first line - Fix #35633 2017-10-09 22:49:52 -07:00
Daniel Imms
dcd1aa35df Merge pull request #35927 from Microsoft/35644_fedora_terminal_bug
Force DejaVu Sans Mono font in terminal on Fedora
2017-10-09 21:01:46 -07:00
Daniel Imms
52d14dae63 Correct condition 2017-10-09 20:16:22 -07:00
Matt Bierner
3a13840209 Return HtmlElement from renderText and renderFormattedText to remove need for casts 2017-10-09 16:25:20 -07:00
Matt Bierner
d3bbec5b12 Fix links in suggestWidget
Fixes #35319
2017-10-09 16:25:20 -07:00
Rob Lourens
30056ee7c5 Bump ripgrep 2017-10-09 15:22:26 -07:00
Rob Lourens
266a1af40a Bump node-debug2 2017-10-09 15:05:43 -07:00