Commit Graph

147 Commits

Author SHA1 Message Date
Connor Peet
f6f9931377 add launch.json settings to make js-debug faster 2020-01-10 14:34:38 -08:00
Martin Aeschlimann
7b4a6961d9 Merge branch 'master' into aeschli/ts-in-html 2020-01-08 11:35:57 +01:00
Andre Weinand
875bb849d5 unhide EH debug config 2020-01-08 10:27:20 +01:00
Rob Lourens
349c36e921 Unhide some common launch configs 2020-01-07 17:40:41 -08:00
Martin Aeschlimann
f24b58c186 ts sem tokens in html 2020-01-07 17:54:47 +01:00
isidor
ecc140e81d adaopt presentationHint in our launch.json 2019-12-20 11:09:32 +01:00
Martin Aeschlimann
8bbe5ce092 tests 2019-12-18 22:29:46 +01:00
Connor Peet
94116da8fa add port to vscode launch.json for pwa debugger 2019-11-18 11:54:55 -08:00
Joao Moreno
a8cd55799d update vs code default launch config 2019-11-01 09:04:12 +01:00
Joao Moreno
1b676712a2 launch: move timeout 2019-10-23 11:17:07 +02:00
Rob Lourens
0fc787b94c Fix launch config name 2019-10-15 22:32:19 -07:00
Rob Lourens
84d62ea8a3 Add launch config/task for "yarn web" 2019-10-15 11:27:23 -07: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
Joao Moreno
89d3447460 fix colorized unit tests debug target 2019-09-26 10:51:05 +02:00
SteVen Batten
81d7885dc2 fix main proc launch config for windows 2019-06-07 21:51:50 -07:00
Rob Lourens
60fd1c5931 Exclude unnecessary env vars when debugging 2019-03-23 19:32:20 +00:00
Matt Irvine
a23f843bc7 Fix Unit Test launch configuration 2019-03-15 18:38:07 -07:00
SteVen Batten
c45d91d9c1 Workbench Grid Layout Behind flag (#63066)
* partially functioning grid view

* lots of toggling behavior and editor restore

* dimension changes

* restore layout and fix titlebar

* fix view dimensions on toggle/move

* increase timeout for debug config

* undo unnecessary changes to CSS

* put grid layout behind setting

* fix strict null checks

* address code comments from @bpasero

* changing key name
2019-01-23 14:16:37 -08:00
Rob Lourens
a50ee96c33 Fix #65086 2018-12-14 11:13:38 -08:00
Johannes Rieken
11fb2c1389 remove winjs-promise - fixes #53526 2018-12-13 10:28:26 +01:00
Rob Lourens
5f09207fea Fix shared process launch config 2018-11-28 12:08:50 -08:00
isidor
7baccc2f97 remove default fields from launch.json 2018-11-15 15:56:13 +01:00
Rob Lourens
97835057a8 Move new launch config down so it's sorted after "Launch VS Code" 2018-10-18 16:48:39 -07:00
Rob Lourens
f1e50ad67a Add launch config for vscode main proc 2018-10-18 10:25:58 -07:00
Rob Lourens
49ba5a4b9c Fix #60203 - VSCODE_NODE_CACHED_DATA_DIR can be inherited from the DA process. If --no-cached-data is passed, that var should be cleared 2018-10-18 08:59:20 -07:00
Benjamin Pasero
1e98303d91 bootstrap - move workbench.js to electron-code 2018-09-10 07:48:52 +02:00
Rob Lourens
4f3ccc9a5c Launch config changes 2018-08-21 11:28:35 -07:00
Andre Weinand
bf7ac9201e move auto-attach into new built-in extension; fixes #53586 2018-07-12 16:41:03 +02:00
Rob Lourens
f7e80c35a4 Fix debug console output when running unit tests 2018-06-18 13:37:24 -07:00
Matt Bierner
eab7f1eea5 Restore restart 2018-05-29 16:29:53 -07:00
Sandeep Somavarapu
189f560fa5 Fix default port in attach to extension host launch 2018-05-24 15:58:34 +02:00
Matt Bierner
86adb527f1 Workaround for extra ts folding range
Fixes #49904
2018-05-22 15:09:52 -07:00
Christof Marti
e142962e1b Multi-step input API (#49340) 2018-05-14 12:53:38 +02:00
Rob Lourens
0825cd49ca EH Search - File search working with cache, sorting, filtering, all in EH 2018-05-11 11:36:01 -07:00
Matt Bierner
7b3c343688 Start adding some basic pinning tests for jsdoc -> snippet 2018-05-02 14:41:37 -07:00
Matt Bierner
aa0d43ea2d Name cleanup 2018-04-13 16:34:25 -07:00
Matt Bierner
468dc867cd Rename markdown to markdown-language-features 2018-03-19 21:08:39 -07:00
Joao Moreno
dca48c37b6 Merge branch 'master' into unused-variables 2018-02-12 11:58:56 +01:00
Matt Bierner
14b7051664 Adding basic test for markdown 2018-02-07 16:08:54 -08:00
Erich Gamma
c51cdbdf8f experiment with unused variables 2018-01-30 10:35:31 +01:00
Benjamin Pasero
627497eb04 fix tests on linux 2018-01-27 11:49:18 +01:00
Benjamin Pasero
86244d39a7 add API tests that run on a workspace 2018-01-26 16:16:41 +01:00
Rob Lourens
12ffe4382e Add winjs skipFiles pattern to launch config 2018-01-18 21:04:45 -08:00
Martin Aeschlimann
1e06d29c16 fix mocha tests launch config 2017-11-20 14:50:04 +01:00
isidor
efdc328058 ${workspaceRoot} -> ${workspaceFolder} 2017-09-19 11:21:49 +02:00
Joao
9f05aa015f Merge branch 'smoketest' 2017-09-05 11:31:37 +02:00
Rob Lourens
2ae090cdf6 Introduce a --inspect-search CLI argument, and enter debug mode by default when built locally 2017-09-04 14:08:40 -07:00
Sandeep Somavarapu
e3461b41e8 Improvement to configuration view suite 2017-08-29 10:53:45 +02:00
Rob Lourens
b73b7df129 🎉 Change vscode launch configs to 'protocol: inspector' 🎆 2017-08-13 20:23:11 -07:00
isidor
5270ed4ecd debug: use mru list for configs 2017-07-26 12:02:46 +02:00