Commit graph

93 commits

Author SHA1 Message Date
Andre Weinand 3edce18a0c use latest debug protocol 2016-04-04 13:08:00 +02:00
Joao Moreno 0d6fa0b782 lock down ghooks 2016-03-31 08:45:21 +02:00
Dirk Baeumer 0ce7469b89 Unlocking ghooks version 2016-03-30 14:59:01 +02:00
Dirk Baeumer 7ccc8ff894 Locking ghooks version due to https://github.com/gtramontina/ghooks/issues/63 2016-03-30 13:07:59 +02:00
Andre Weinand dc83809862 update debug protocol. Fixes Microsoft/vscode-debugadapter-node#11 2016-03-29 12:02:48 +02:00
Joao Moreno de0671ff48 update deps 2016-03-16 18:44:54 +01:00
Joao Moreno 2bb0d8105f update dev dependencies, fix build 2016-03-16 18:44:54 +01:00
Joao Moreno afd8cc24bd update gulp-vinyl-zip 2016-03-16 12:44:52 +01:00
Benjamin Pasero 9c808f724d fix tabs vs spaces 2016-03-14 12:12:44 +01:00
Dirk Baeumer 712507b417 Remove tasks extension from package.json 2016-03-13 16:16:38 +01:00
Dirk Baeumer 0ffd699ef5 Create nls files for vscode core 2016-03-08 11:26:24 +01:00
Joao Moreno 735d2de23b version bump 2016-03-04 17:27:08 +01:00
Joao Moreno b07b57cc0e gulpfile.extensions refactor 2016-03-04 09:27:27 +01:00
Dirk Baeumer 24254ce4dd Add dependency to vscode-nls npm module 2016-03-03 15:20:46 +01:00
João Moreno 862a92de39 Merge pull request #3649 from phillipj/avoid-global-gulp
Use local version of gulp in build steps
2016-03-03 10:05:30 +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
Phillip Johnsen 01204a618f Simplify test script definition in package.json
As npm puts files from `./node_modules/.bin` in `$PATH` when running npm scripts, running bin commands from npm dependencies could be run directly, without a bin script deep inside `node_modules`.

P.S. great editor you've made so far!
2016-03-02 16:04:05 +01:00
Andre Weinand 44afe82ba0 pass a 'More Information' url from the debug adapter to the frontend. fixes #3448 2016-03-01 17:28:53 +01:00
Joao Moreno 8b7f21e10b version bump 2016-02-26 15:42:28 +01:00
Joao Moreno f61d36818d remove plugin host sourcemap
fixes #2863
2016-02-19 15:10:46 +01:00
Alex Dima b1d162ca87 bump tslint to 3.3.0 2016-02-19 11:24:15 +01:00
Joao Moreno 68e6224a64 move vscode-extension-telemetry dependency to typescript 2016-02-19 10:53:14 +01:00
Sofian Hnaide 0a90859d90 add telemetry to the typescript extension 2016-02-18 20:22:13 -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
Alex Dima 1ca0d999c5 Bump version to 0.10.10 due to jan recovery release 2016-02-17 15:58:28 +01:00
Dirk Baeumer 033112ea34 Update to TypeScript 1.8.0 2016-02-17 11:39:57 +01:00
Joao Moreno df1ed9bea9 update gulp-azure-storage 2016-02-16 17:01:30 +01:00
Joao Moreno 771257c5ab make linux deb build quality dependent 2016-02-12 15:48:47 +01:00
Daniel Imms fe3988c9a2 Add gulp tasks to build deb packages
Build, install and run:
gulp vscode-linux-packages
sudo dpkg -i out-linux/vscode-amd64.deb
code .

Installing the package does the following:
- Puts VSCode dir at /usr/share/code
- Puts code.sh launcher in /usr/bin
- Defines a .desktop file to properly integrate with the launcher

Fixes #2679
2016-02-11 14:20:34 -08:00
Joao Moreno 44a565c814 refactor bootstrap
related to #2785
2016-02-09 14:59:29 +01:00
Benjamin Pasero 06cb6467b5 bump version to 0.10.9 for February work 2016-02-05 10:15:36 +01:00
Johannes Rieken a2d7b62d24 use gulp-tsb 0.10.1 2016-02-03 12:33:25 +01:00
Johannes Rieken 0053dfc730 consume gulp-tsb 1.10.0 and fix 'new' compile issues 2016-02-02 12:16:26 +01:00
Joao Moreno 30c34d0d5e version bump 2016-02-01 09:58:37 +01:00
Alex Dima 82ef0ad89a Fixes #2522: Use official oniguruma node module 2016-01-29 12:04:25 +02:00
Alex Dima 5faf3c84a0 Fixes #2420: vscode-textmate@1.0.10 2016-01-29 03:33:02 +02:00
Andre Weinand 27c9b5cf19 fix typo in debug protocol 2016-01-28 12:43:30 +01:00
Martin Aeschlimann 1379c39944 Merge pull request #2245 from Microsoft/aeschli-json-language-server
Add json language server
2016-01-25 22:10:46 +01:00
Martin Aeschlimann 6f9a797f77 Revert postinstall experiment 2016-01-25 17:54:29 +01:00
Martin Aeschlimann 4a2006c9a0 Trying to fix postinstall 2016-01-25 17:45:54 +01:00
Martin Aeschlimann eae624b917 post install fix 2016-01-25 16:40:08 +01:00
Andre Weinand f3cedbfa09 once again upgrade to latest debug protocol 2016-01-22 19:54:58 +01:00
Andre Weinand 67549346ad upgrade to latest debug protocol 2016-01-22 19:04:05 +01:00
Martin Aeschlimann 817f3f5919 [json] language server & client as extension 2016-01-21 22:19:39 +01:00
Joao Moreno ffc63e459b update gulp-atom-electron
fixes #1998
2016-01-21 15:59:20 +01:00
Chris Bentivenga 0a15080018 Fixing indentation in package.json 2016-01-20 17:10:41 -08:00
Erich Gamma 04b451c914 Adding tslint and typescript as a dependency to satisfy the peerDependencies of tslint and gulp-tslint. 2016-01-20 09:46:33 +01:00
Joao Moreno dc4cc72aa7 pick up quality folder during gulp mixin 2016-01-19 11:26:23 +01:00
Joao Moreno ef3f9d9d88 Merge remote-tracking branch 'origin/master' into enable-tslint 2016-01-18 09:51:04 +01:00
Erich Gamma 8fac1e1017 Integrated tslint 2016-01-14 17:53:55 +01:00