Commit graph

62 commits

Author SHA1 Message Date
Sandeep Somavarapu
303e55c05c undo change in launch.json 2016-12-13 17:51:07 +01:00
Sandeep Somavarapu
cf385bcc10 #17110 Move service test utils to workbench 2016-12-13 17:50:40 +01:00
Joao Moreno
7929c74f9f use workspace tsdk 2016-12-12 11:18:48 +01:00
Andre Weinand
28b1636b90 fix launch config names; fixes #16748 2016-12-06 23:26:27 +01:00
Dirk Baeumer
e911d664a4 Add launch config to debug gulp build file 2016-11-29 12:39:23 +01:00
Andre Weinand
f5882a326b remove deprecated attributes from launch.json 2016-11-11 16:41:56 +01:00
Joao Moreno
c57061115c allow debugging cli process 2016-10-24 10:00:30 +02:00
Sandeep Somavarapu
bac98be706 fix #13121 2016-10-03 08:34:30 +02:00
Benjamin Pasero
a1f76c14db "typescript.check.workspaceVersion": false 2016-09-29 08:16:32 +02:00
Alex Dima
787b9c6479 No reason to see the .build folder 2016-09-21 10:43:45 +03:00
Sandeep Somavarapu
47393fb852 recommended extensions for vscode workspace 2016-09-16 18:32:53 +02:00
Sandeep Somavarapu
2678fd272d add travis extension to recommendations 2016-09-15 16:05:30 +02:00
Sandeep Somavarapu
670f83c359 extensions recommendations 2016-09-15 15:44:23 +02:00
Benjamin Pasero
af0c083522 fix test running from vscode 2016-09-15 13:45:11 +02:00
Erich Gamma
856f5e2a5a updated the tslint task 2016-09-15 11:19:09 +02:00
Benjamin Pasero
db55c382f9 fix lcov settings on unix 2016-09-08 10:57:16 +02:00
Sandeep Somavarapu
2ff7a67cf6 undo changes to launch.json 2016-09-07 15:06:36 +02:00
Sandeep Somavarapu
bd694463fd fix #10799 2016-09-07 15:06:36 +02:00
Sandeep Somavarapu
e5d14006dc undo the changes 2016-09-06 14:46:45 +02:00
Sandeep Somavarapu
c6b3f39c63 fix #11572 2016-09-06 14:46:19 +02:00
Benjamin Pasero
77378e576c fix test running 2016-09-06 11:57:36 +02:00
Rob Lourens
6dff3f61be Add osx + linux launch configs to debug vscode from vscode 2016-09-02 17:15:21 -07:00
Benjamin Pasero
ee8f7292bb how did these tests came back? 2016-09-01 11:15:28 +02:00
Erich Gamma
483880d147 Fix for #11283 add a setting to exclude languages 2016-09-01 09:07:45 +02:00
Benjamin Pasero
a130d725f6 remove obsolete test launch config 2016-08-29 12:52:10 +02:00
Alex Dima
2075de7591 More lcov settings 2016-08-28 23:05:00 +02:00
Alex Dima
5102139f4e Fix missing standaloneSchemas 2016-08-23 09:16:47 +02:00
Martin Aeschlimann
9914ab9af6 Remove 'Convert css-schema to browser.js' launch (now part of 'vscode-css-languageservice') 2016-08-22 14:05:59 +02:00
Alex Dima
e055454adb Add lcov support 2016-08-22 00:10:34 +02:00
Joao Moreno
a48045e050 allow shared process debugging 2016-07-26 10:42:47 +02:00
Joao Moreno
1ef9a66db0 Revert "revert changes to gulp files"
This reverts commit 23afe96996.
2016-07-12 17:12:38 +02:00
Joao Moreno
23afe96996 revert changes to gulp files
Revert "oops"

This reverts commit 2be0f1d8cd.

Revert "cleanup top level gulpfile"

This reverts commit 849311713d.

Revert "use strict"

This reverts commit b6b7e82041.

Revert "forgot top level"

This reverts commit 1552828709.

Revert "remove VSCODE_BUILD_QUIET"

This reverts commit 8df5e70d12.
2016-07-12 11:47:48 +02:00
Joao Moreno
8df5e70d12 remove VSCODE_BUILD_QUIET 2016-07-12 10:47:19 +02:00
Dirk Baeumer
216c6b8a6d Cleanup merged settings and polish jsdoc 2016-06-23 13:43:12 +02:00
Dirk Baeumer
a4aeaa1d67 TypeScript builder adoption 2016-06-17 19:03:04 +02:00
Benjamin Pasero
f910ad299f restore verbose 2016-06-08 16:44:41 +02:00
Benjamin Pasero
d9491c040d no-verbose tsb build, only apply markers to closed documents 2016-06-08 15:15:25 +02:00
Benjamin Pasero
6b0f18a91f Merge branch 'master' into ben/stacks 2016-05-21 08:06:12 +02:00
Alex Dima
0519a269ec First cut at monaco editor d.ts auto-generation 2016-05-20 17:45:42 +02:00
Benjamin Pasero
4b880a2092 check in launch.json changes 2016-05-04 17:21:03 +02:00
Benjamin Pasero
35e26004c8 allow to launch tokenizer tests from editor 2016-04-13 16:09:29 +02:00
Benjamin Pasero
089a8a637a fix settings for search exclude 2016-03-16 11:26:04 +01:00
Benjamin Pasero
af13ed5d1b exclude i18n from search results 2016-03-08 12:08:15 +01:00
Erich Gamma
dddb9d4577 Fix that gulp tasks also run on Windows 2016-03-08 09:03:43 +01:00
Joao Moreno
d63380a375 move unexternalized strings rule 2016-03-07 12:56:32 +01:00
Phillip Johnsen
4d6e7dfc3e Use local version of gulp in build steps.
Previously developers had to install gulp globally on their machine
to build the project. These changes changes that by using the already
locally installed version of gulp, removing the environment requirements
aswell as ensuring everyone are using the same version of gulp.

It fixes the VS Code build tasks, aswell as creating a npm script to trigger the watch task:

```bash
$ npm run watch
```
2016-03-02 20:57:49 +01:00
Dirk Baeumer
16eb8abc87 Add eol setting 2016-03-01 11:35:17 +01:00
Rob Lourens
f511ac797d Add "launch"-type config to launch.json 2016-02-18 22:54:45 -08:00
Dirk Baeumer
d47c2c03df Port noUnexternalizedStringsRule to TS 1.8.0. Add support to detect duplicate keys with different messages 2016-02-18 09:12:42 +01:00
Dirk Baeumer
07e3011a62 Fixed TS version status 2016-02-17 16:49:05 +01:00