Commit graph

37459 commits

Author SHA1 Message Date
Miguel Solorio 41df9793e0 Update opacity to meet color conrast ratio 2018-07-26 11:12:12 -07:00
Miguel Solorio e32ea43fcb
Merge branch 'master' into misolori/a11y 2018-07-26 10:25:15 -07:00
Johannes Rieken 9cc1fc914d fix #55163 2018-07-26 19:10:58 +02:00
Johannes Rieken 4c5c94185f move WorkspaceEdit api additions to vscode.d.ts #10659 2018-07-26 18:43:09 +02:00
Rob Lourens 7e421ef110 Settings editor - remove some 'modified' handling code, use 'tags' 2018-07-26 09:26:50 -07:00
Rob Lourens 5b3e00e68f Implement "show online settings only" 2018-07-26 09:22:05 -07:00
isidor c7ab363b37 quickOpen: adopt to uri display service 2018-07-26 18:12:48 +02:00
isidor 6673b5a9f9 editorService: adopt uri display service 2018-07-26 18:08:49 +02:00
isidor 2de99c112e register uri display service early in workbench since other services can depend on it 2018-07-26 18:08:41 +02:00
isidor c99654e046 debug: adopt uri display service 2018-07-26 17:53:49 +02:00
Isidor Nikolic db9ce80baf
Merge pull request #54951 from Microsoft/isidorn/uriLabelProvider
uriLabelProvider
2018-07-26 17:40:32 +02:00
isidor f466647f91 uriDisplay: drive letter polish 2018-07-26 17:38:21 +02:00
Johannes Rieken d2c506038c add more jsdoc - fixes #52919 2018-07-26 17:34:46 +02:00
Johannes Rieken a9e8d5a1b1 simplify QuickInputButton#iconPath 2018-07-26 17:29:29 +02:00
isidor 501156e3c2 uriDisplayService with tests 2018-07-26 17:25:38 +02:00
Johannes Rieken f13106500d update doc comment #52927 2018-07-26 16:54:52 +02:00
Sandeep Somavarapu 53fd49b7de Fix #53116 2018-07-26 16:25:00 +02:00
Sandeep Somavarapu ef5c70c9ef Fix #51160 2018-07-26 16:12:06 +02:00
Johannes Rieken c412116fcb save parts splash on editor layout change #55017 2018-07-26 16:04:59 +02:00
Sandeep Somavarapu 2da55bbc38 #54992 Temp fix 2018-07-26 15:59:11 +02:00
Erich Gamma 7697ef6711 Flush scripts cache when the document changes 2018-07-26 15:56:28 +02:00
Johannes Rieken 62ba096511 splash - move parts splash out of shell and into contribution 2018-07-26 15:13:14 +02:00
Johannes Rieken f604f1c85a store data globally #55033 2018-07-26 15:13:14 +02:00
Sandeep Somavarapu d983257e6f fix tests 2018-07-26 13:34:09 +02:00
Johannes Rieken 8271920c0f add aria roles #54745 2018-07-26 12:32:29 +02:00
Christof Marti adbf6e0f41 Include description and details (fixes #52040) 2018-07-26 12:27:06 +02:00
Johannes Rieken f7252175e0 fix #54743 2018-07-26 12:04:45 +02:00
Martin Aeschlimann cbb51a0997 [loc][Query] Source text issue for "Provides syntax highlighting, bracket matching and folding Less files." Fixes #55115 2018-07-26 11:57:06 +02:00
Martin Aeschlimann f3710619ea enumDescriptions should be included in extension package.json schema. Fixes #55095 2018-07-26 11:57:06 +02:00
Sandeep Somavarapu d6f69db966 💄 #55052 2018-07-26 11:50:57 +02:00
Christof Marti ff13d20dc4 Add context to "more" and "others" links. (fixes #51978) 2018-07-26 11:49:55 +02:00
Sandeep Somavarapu 079dd3b6ac #55057 Consider built in extensions if they are dependencies while enabling or disabling 2018-07-26 11:37:58 +02:00
isidor 742767ef9c files.contribution register uri display formater 2018-07-26 11:35:47 +02:00
isidor 406004d1ab Merge branch 'master' into isidorn/uriLabelProvider 2018-07-26 11:21:20 +02:00
Johannes Rieken 40723965e0 bc - properly cleanup selection and focus when leaving breadcrumbs 2018-07-26 11:18:45 +02:00
Johannes Rieken 1256714392 bc - honor explorer decoration settings 2018-07-26 11:05:44 +02:00
Johannes Rieken 7c03ce1565 fix #54491 2018-07-26 10:44:38 +02:00
isidor 9341724f6d fix #55064 2018-07-26 10:25:49 +02:00
Sandeep Somavarapu c6466ed68b add space in the front to the related information entry 2018-07-26 10:19:10 +02:00
Sandeep Somavarapu 861f8dbe6d 💄 2018-07-26 09:58:16 +02:00
Erich Gamma 22f0337064 cache the scripts for the hover 2018-07-26 09:42:38 +02:00
Erich Gamma 73b72464b3 Replace lenses with hover links 2018-07-26 09:42:36 +02:00
Sandeep Somavarapu 8e8e8023ce Improve light bulb position in problems panel 2018-07-26 09:40:46 +02:00
Johannes Rieken 469786a791
Merge pull request #55069 from Microsoft/misolori/outline-constructor-icon
Show the "method" icon for constructors
2018-07-26 09:26:53 +02:00
Matt Bierner e8b1ee0b4d Use more standard scheme across providers for getting TS response body
- Avoids extra checks when response cannot be null
2018-07-25 18:50:16 -07:00
Matt Bierner a1af04f571 Prefer namespace imports for 'vscode' 2018-07-25 18:34:12 -07:00
Matt Bierner 410509137b Add base Disposable class to help manage disposables 2018-07-25 18:17:56 -07:00
Matt Bierner f97c743507 Use VersionDependentRegistration for update paths on rename
Avoids registering class on unsupported ts versions
2018-07-25 17:56:08 -07:00
Matt Bierner d5855b35b2 Cleanup
- Remove noop optional method
- Use double quotes for strings
- Mark fields readonly
2018-07-25 17:51:05 -07:00
Matt Bierner 42e0c43645 Use resource map for storing formatting options
Try to normalize file cases on case-insensitive file systems
2018-07-25 17:47:06 -07:00