Commit graph

41176 commits

Author SHA1 Message Date
Rob Lourens
cdaffba08c Remove search-rg tests from .bat 2018-10-15 23:08:55 -07:00
Rob Lourens
2fdd6c1021 Refactor search - add config to run search in EH 2018-10-15 22:50:20 -07:00
Benjamin Pasero
dd9b271f7c bump distro 2018-10-16 07:42:09 +02:00
Benjamin Pasero
1c8bdc147a bump vscode-nsfw@1.1.1 2018-10-16 07:35:21 +02:00
Rob Lourens
07271b840e Delete search-rg in favor of internal search 2018-10-15 21:35:10 -07:00
Rob Lourens
a32b10881b Run file search in EH 2018-10-15 21:35:10 -07:00
Rob Lourens
5c23d38a09 Refactor search - move file search code out of ExtHostSearch
Not generic now, maybe in the future
2018-10-15 21:35:10 -07:00
Matt Bierner
ab1a75708f Update scss coloring tests 2018-10-15 18:51:47 -07:00
Matt Bierner
fb606be779 Add typings for strict null checks 2018-10-15 18:48:49 -07:00
Matt Bierner
148c2c41ad Auto adding files for strict nulls
#60565
2018-10-15 18:23:34 -07:00
Matt Bierner
04c118d1d8 Fixing a few strict null errors
#60565
2018-10-15 18:22:01 -07:00
Matt Bierner
a57e7abae2 Remove deprecated js/ts completion settings
These were marked as deprecated in VS Code 1.28 and are now being removed
2018-10-15 17:39:33 -07:00
Matt Bierner
a3fa7ad178 Adding some typings in npm scripts 2018-10-15 17:39:33 -07:00
Matt Bierner
63d0559cff Don't use strict mode on gulp ts files
Fixes #61000
2018-10-15 17:39:33 -07:00
Emil Hessman
14ef4255d6 Remove duplicate switch case (#59677) 2018-10-15 16:51:35 -07:00
Miguel Solorio
d458ca877a Set css hierarchy for webview file icon in the light theme (#60990) 2018-10-15 16:51:11 -07:00
Rob Lourens
e07cacd1f2 Refactor search - rename files 2018-10-15 16:28:31 -07:00
Rob Lourens
d616c781e0 Refactor search - remove search-rg text impl 2018-10-15 16:28:31 -07:00
Rob Lourens
dc2206a1d7 Refactor search
Fix integration tests
2018-10-15 16:28:31 -07:00
Rob Lourens
52e7f1c9fe Refactor text search
Fix strict checks, multiline search
2018-10-15 16:28:31 -07:00
Rob Lourens
c26d6e6c93 Refactor text seach
To allow better code sharing between EH and search proc
2018-10-15 16:28:31 -07:00
Rob Lourens
ee40fa3e0d Text search in EH 2018-10-15 16:28:31 -07:00
Pine Wu
73461169ab CSS highlight for font-family 'cursive' and 'fantasy' 2018-10-15 15:08:32 -07:00
Daniel Imms
08cefacac5 Ensure run active file works when no space is present
Part of #60768
2018-10-15 14:09:22 -07:00
Andre Weinand
fe51ed01dd don't access body on failure; fixes #60998 2018-10-15 22:17:19 +02:00
Matt Bierner
66c88aa2bc Auto adding files
#60565
2018-10-15 12:58:18 -07:00
Matt Bierner
1815897415 Auto add strict nulls
#60565
2018-10-15 12:58:18 -07:00
Daniel Imms
10b383c911 vscode-xterm@3.9.0-beta9
Fixes #59372
2018-10-15 11:50:38 -07:00
Daniel Imms
c5c0a7d29a vscode-xterm@3.9.0-beta8
Fixes #60865
2018-10-15 11:46:27 -07:00
Rob Lourens
ef8bb5b845 Fix #60672 - don't start search if token is already canceled 2018-10-15 10:53:25 -07:00
Daniel Imms
51103bd6c6
Merge pull request #60917 from aphexcreations/brendoncrawford/fix-term-helper-config-test-error-fedora
Fixes tests error with faulty OS check when OS is Fedora
2018-10-15 10:52:12 -07:00
Agustín Rodríguez
3266781c5c remove extra margins on completion hovers with markdown (#59786)
* remove extra margins on completion hovers with markdown

* fixed styles to consider docs with multiple paragraphts

* space above docs as padding (instead of margin)

See https://stackoverflow.com/questions/27829250/child-margin-doesnt-affect-parent-height

* space above docs as padding (instead of margin)

See https://stackoverflow.com/questions/27829250/child-margin-doesnt-affect-parent-height

fix styles for suggest when it has zero or two paragraphs

* merge css rules

* add padding to non-empty span elements inside `.markdown-docs`
2018-10-15 10:51:59 -07:00
Benjamin Pasero
d4dbfa3c29 debt - remove now obsolete smoothScrollingWorkaround setting 2018-10-15 18:54:31 +02:00
Benjamin Pasero
db0dd58479 storage - be more "daten-sparsam" 2018-10-15 18:17:52 +02:00
Ramya Achutha Rao
c1af5ff797 Fix bug of storing duplicates in currentOrPreviouslyRunExperiments storage key 2018-10-15 09:13:58 -07:00
Benjamin Pasero
eed01cdc78 storage - remove unused 2018-10-15 17:56:57 +02:00
Johannes Rieken
a63b9e179b move getIconClasses so that it can be used from the editor-layer, #44860 2018-10-15 17:38:42 +02:00
Johannes Rieken
f3a560eef8 extract getIconClasses so that it can be moved, #44860 2018-10-15 17:38:42 +02:00
Johannes Rieken
4fe451d71a move DataUri so that getIconClasses can be moved, #44860 2018-10-15 17:38:42 +02:00
Johannes Rieken
ade6047773 use IconLabel when rendering suggestions, #44860 2018-10-15 17:38:42 +02:00
Alex Dima
b72fede474 strict null checks (#60565) 2018-10-15 17:25:08 +02:00
Sandeep Somavarapu
655682c04e Fix eol character in debug test 2018-10-15 17:23:44 +02:00
Daniel Imms
89fa49400b Strict null check terminal Eneironment/actions
Part of #60565
2018-10-15 08:23:02 -07:00
Benjamin Pasero
ab63c5d4c9 storage - fix missing disposable 2018-10-15 16:53:50 +02:00
Sandeep Somavarapu
62eed25cd8 Fix tests 2018-10-15 16:47:43 +02:00
Sandeep Somavarapu
8c52eb3746 Fix tests 2018-10-15 16:05:50 +02:00
Dirk Baeumer
5e2c5191a8 Fixes #60047: Running scripts with right click not giving feedback when it ends. 2018-10-15 15:53:15 +02:00
Benjamin Pasero
2c93ec4a2d fix #60925 2018-10-15 15:48:01 +02:00
Martin Aeschlimann
957518fdff [folding] add null checks 2018-10-15 15:36:03 +02:00
Alex Dima
5d645696cc strict null checks (#60565) 2018-10-15 15:19:52 +02:00