Commit Graph

19 Commits

Author SHA1 Message Date
Matt Bierner
b46d35c25c Don't import from node in extensions for URL and TextEncoder
Fixes #90162

Follow up on b1c5e2f19b
2020-02-07 15:51:13 -08:00
Benjamin Pasero
df3764ab52 workaround #90162 2020-02-07 07:20:44 +01:00
Matt Bierner
b1c5e2f19b Don't include dom typings in extensions (#89942)
**Problem**
All of our extensions currently are built using the dom typings. This can lead to runtime errors if you mistakenly use `window` or similar

**Fix**
Exclude the dom typings from compile. Then explicitly import the node types for `URL` and `TextEncoder`
2020-02-04 11:08:22 -08:00
Andre Weinand
929c420d8a rename debug API's onSendMessage to onDidSendMessage 2019-12-12 14:48:38 +01:00
Andre Weinand
665b576260 some tweaks for inline debug adaper API; see #85544 2019-11-30 00:52:33 +01:00
Andre Weinand
154275c2e1 remove proposed type 'DebugAdapterInlineImplementation' from vscode.d.ts for now 2019-11-29 18:40:56 +01:00
Andre Weinand
bb2f59b094 adapt to proposed API 2019-11-28 17:55:12 +01:00
Andre Weinand
5f5a65c441 prevent vscode-api-tests from running in node.js 2019-11-21 13:26:38 +01:00
Andre Weinand
343f26602e remove obsolete comment 2019-11-21 13:26:38 +01:00
Andre Weinand
f09c852a28 web worker: support F5 debugging w/o launch.config 2019-11-20 17:36:09 +01:00
Benjamin Pasero
04d634e1d6 💄 sample extension 2019-11-19 15:33:21 +01:00
Andre Weinand
5c372215d5 add mock debug to web sample 2019-11-19 12:12:17 +01:00
Benjamin Pasero
6d1ddf0730 web - fix problems to show up from yarn web 2019-11-12 19:06:48 +01:00
Benjamin Pasero
1a1e7c9545 debt - allow extHostSearch in common (#84109)
* debt - allow extHostSearch in common

* web - implement text search provider

* fix text search

* Update extensions/vscode-api-tests/src/extension.ts

Co-Authored-By: Rob Lourens <roblourens@gmail.com>
2019-11-12 18:57:08 +01:00
Benjamin Pasero
5a569ad3dd yarn web - do not have root in memfs 2019-11-06 15:30:50 +01:00
Benjamin Pasero
4d44cfa7c8 web - fix decoration sample 2019-11-06 14:11:17 +01:00
Benjamin Pasero
4de0e4d27a web - support tasks in "yarn web" 2019-11-05 15:45:10 +01:00
Benjamin Pasero
4bcb08d773 web - better sample and problems support for "yarn web" 2019-11-05 15:31:25 +01:00
Benjamin Pasero
49129e9911 Allow to run web client out of sources (#82569)
* web - first cut allow to run from oss

* add launch config
2019-10-15 10:50:25 +02:00