Commit Graph

7632 Commits

Author SHA1 Message Date
Matt Bierner
f7274467ca Fix compile error in extension 2019-09-25 18:57:39 -07:00
Matt Bierner
6b947b14ed Fix image preview extension for remote
Fixes #81434

- Make image preview a ui exension

- Add logic so that `asWebviewUri` supports preserving the scheme of the requested resource. This is important as we know where to load the resource from
2019-09-25 16:25:40 -07:00
Ron Buckton
340f7beef9 Fix to allow for optional chain token in completions (#81402) 2019-09-25 11:13:58 -07:00
Sandeep Somavarapu
48f914fda2 Fix #80419 2019-09-24 17:51:50 +02:00
Joao Moreno
14d47d35a9 fixes #79239 2019-09-23 12:00:36 +02:00
Sandeep Somavarapu
81ec777df2 support merge code lens for vscode-userdata 2019-09-20 22:09:21 +02:00
Joao Moreno
95d7625a27 Merge branch 'joao/scm-tree' 2019-09-20 17:04:00 +02:00
Andre Weinand
f20785db31 always use the uriFormat; fixes #79596 2019-09-20 13:37:31 +02:00
Martin Aeschlimann
bcf67c867f allow trailing commas in tsconfig.json (for #80419) 2019-09-20 12:07:26 +02:00
Martin Aeschlimann
cb70fd5ef0 rename allowTrailingsCommas -> allowTrailingCommas 2019-09-20 11:31:11 +02:00
Matt Bierner
8f6108beea Removing unused .mac style rule for rendered markdown 2019-09-19 16:26:33 -07:00
Alex Ross
6ba021ba32 Add more scopes to themes based on feedback for C++ and discussion
Part of #80783
2019-09-19 11:49:52 +02:00
Alex Ross
c1fdabc4f2 Update themes with c++ scopes based on discussion
Part of #80783
2019-09-19 11:22:47 +02:00
Benjamin Pasero
cd0f833fe0 title - introduce remoteName as variable 2019-09-18 19:14:13 +02:00
Alex Ross
6d7917cd3c Add some C++ scopes to dark+ and light+ themes
Part of #80783
2019-09-18 12:14:32 +02:00
Joao Moreno
ced9fdfa4f scm: folder context actions 2019-09-18 11:58:44 +02:00
Joao Moreno
bcd7bcedff wip: scm folder menus 2019-09-18 09:49:35 +02:00
Joao Moreno
4aa94e20ed remove unused import 2019-09-17 10:30:12 +02:00
Joao Moreno
227cebfac7 fixes #80671 2019-09-17 09:58:43 +02:00
Matt Bierner
d54dbd33f4 Add icon for image preview ext
Fixes #80677
2019-09-16 16:02:56 -07:00
Matt Bierner
04da82c1d2 Let webview editors show in diff original view too
Fixes #80740

The original view in diff views uses a data uri instead of a resource on disk. Make sure our webview editors can register themselves to handle this case too
2019-09-16 14:17:34 -07:00
Andre Weinand
1961739dfc adopt new terminal API 2019-09-16 23:16:45 +02:00
Konstantin Solomatov
316fd807fe remove docIndex in markdown language extension (#80933) 2019-09-16 10:50:20 -07:00
Alex Ross
0070dabc0e Update cpp grammar and add test
Fixes https://github.com/microsoft/vscode/issues/80644
2019-09-16 15:38:05 +02:00
Alex Ross
8601a47040 Update cpp grammar to handle macros (#80974) 2019-09-16 12:27:51 +02:00
Rob Lourens
099485461d Merge pull request #80801 from orta/capital_S
Fixes some capital S typoes with JS/TS
2019-09-15 14:55:34 -07:00
Rob Lourens
d3780038d7 Revert "Revert "Merge pull request #80657 from KapitanOczywisty/patch-1""
CLA signed, bring back PR

This reverts commit 0e8a10aa7d.
2019-09-15 12:42:33 -07:00
Rob Lourens
0e8a10aa7d Revert "Merge pull request #80657 from KapitanOczywisty/patch-1"
This reverts commit ea10827333, reversing
changes made to 9f2d08eaa3.
2019-09-15 12:26:59 -07:00
Rob Lourens
ea10827333 Merge pull request #80657 from KapitanOczywisty/patch-1
Fix PHP in HTML style tags
2019-09-15 12:24:51 -07:00
Rob Lourens
f57f8f7063 Update grammar files 2019-09-15 12:23:31 -07:00
Matt Bierner
11c451728a Fix potential race detecting image load 2019-09-13 17:19:57 -07:00
Andrew Branch
8774e0bb05 [typescript-language-features] Add formatter option for semicolons (#80828)
* Add formatter option for semicolons

* Add compatibility note

* Make it compile without TS 3.7
2019-09-13 13:40:41 -07:00
Matt Bierner
3890a199a2 Pick up TS 3.6.3 final 2019-09-13 13:39:37 -07:00
Benjamin Pasero
f8effd5fad api - introduce env.uiKind (web, desktop) 2019-09-13 17:58:30 +02:00
Andre Weinand
e7ce954d0b enable proposed API for new terminal API 2019-09-13 16:10:16 +02:00
Andre Weinand
17ed78cbe3 remove unnecessary comma 2019-09-13 16:10:16 +02:00
Daniel Imms
39794796a1 Merge pull request #80836 from microsoft/tyriar/78574
Remove Terminal.onDidWriteData
2019-09-12 21:15:07 -07:00
Daniel Imms
31f7168b99 Fix task tests 2019-09-12 20:47:40 -07:00
Miguel Solorio
a09826fc81 Merge branch 'master' into fix-79618 2019-09-12 19:55:49 -07:00
Daniel Imms
678abfe8b2 Remove Terminal.onDidWriteData
Replaced by vscode.window.onDidWriteTerminalData

Fixes #78574
2019-09-12 19:09:12 -07:00
Matt Bierner
67e37803b7 Add telemtry property for local TS version
We are interested in understanding which TS versions user have enabled in their workspaces, and how widely these diverge from these the workspace version
2019-09-12 17:27:28 -07:00
Rachel Macfarlane
700780d927 Set default colors for 'minimap.selectionHighlight' in other built in themes 2019-09-12 16:40:57 -07:00
Miguel Solorio
188ffef604 Merge branch 'master' into fix-79618 2019-09-12 16:32:20 -07:00
Orta Therox
a89b72bf63 Fix hardcoded lower case S issues for JS/TS only for presentation-ish strinngs 2019-09-12 09:58:03 -04:00
Johannes Rieken
9aab002dea push workaround for ts-loader weirdness 2019-09-12 09:59:31 +02:00
Matt Bierner
153e063486 Fix markdown preview refresh command potentially resetting preview scroll position to top if focused on preview
Fixes #80680
2019-09-11 20:50:52 -07:00
Matt Bierner
22db92f71b Add telemetry event when TS server is spawned
This is needed to help us better understand which TS versions users have enabled in their workspaces
2019-09-11 18:03:14 -07:00
Matt Bierner
f4524551e9 Remove gating for TS < 2.2.0 features
Based on telemetry, these versions have pretty much zero usage in the past 30 days. Removing the extra gating code since we can now assume users are on TS > 2.2.
2019-09-11 15:50:50 -07:00
Matt Bierner
a835f40c5b Remove deprecated scrollPreviewWithEditorSelection setting 2019-09-11 14:28:22 -07:00
Pine Wu
4dec1f7b49 Fix #32200 2019-09-11 14:27:25 -07:00