Commit Graph

3720 Commits

Author SHA1 Message Date
Daniel Imms
695ae2ba41 Use platformio's pty.js 2016-05-13 10:28:25 -07:00
Andre Weinand
a9808d5f4f upgrade to debug protocol 1.8.0 2016-05-04 15:18:23 +02:00
Joao Moreno
bfec11d703 use lowercase 2016-05-04 11:26:38 +02:00
Joao Moreno
b35c322fda dont use spaces in package.json 2016-05-04 11:26:38 +02:00
Joao Moreno
e634302883 extract userData path computation 2016-05-04 11:26:38 +02:00
Johannes Rieken
85855abf69 Merge branch 'master' into tyriar/integrated_terminal 2016-04-29 12:56:30 +02:00
Alexandru Dima
696ae41f59 minor version bump 2016-04-26 10:58:02 +02:00
Joao Moreno
66afadecbd Merge branch 'master' into cli 2016-04-25 10:42:10 +02:00
Daniel Imms
d1d8c0f1ac Use jeremyramin/pty.js 2016-04-24 03:06:50 -07:00
Daniel Imms
a443f81f0f Use jeremyramin/term.js 2016-04-24 01:52:34 -07:00
Daniel Imms
2e0869c784 Merge branch 'master' into tyriar/integrated_terminal 2016-04-23 23:33:07 -07:00
Benjamin Pasero
549b305201 spawn REG ENOENT (fixes #5003) 2016-04-23 10:21:33 +02:00
Joao Moreno
ee1e5a79e9 add minimist 2016-04-22 11:24:51 +02:00
Joao Moreno
44c3957d45 Merge branch 'postinstall' of https://github.com/f111fei/vscode into f111fei-postinstall 2016-04-21 16:01:18 +02:00
isidor
218086235b update version to 1.0.1 2016-04-20 10:52:11 +02:00
Daniel Imms
ae6bc33196 Set dep to pty.js@0.3.0 2016-04-19 14:09:59 -07:00
Daniel Imms
df1e1517bb Merge branch 'master' into tyriar/integrated_terminal 2016-04-19 12:33:25 -07:00
Daniel Imms
891b8c0bf0 Integrated terminal prototype
Part of #143
2016-04-19 12:31:10 -07:00
Joao Moreno
9bff59dfc4 lock down dependencies 2016-04-19 11:05:58 +02:00
Martin Aeschlimann
235cbcdf9d Move bower/package.json dependency completions to javascript extension 2016-04-18 17:55:40 +02:00
Benjamin Pasero
339b989984 Update to Electron 0.37.6 (#5378)
* electron bump

* oss bump

* adopt missing will-quit call when using process.exit()

* more bgcolor fixes

* add comment
2016-04-16 18:54:01 +02:00
Benjamin Pasero
39f404acb8 :arrowup: gulp-atom-electron 2016-04-14 17:32:48 +02:00
Benjamin Pasero
84abe71111 Update to Electron 0.37.x (#2559) 2016-04-13 15:07:21 +02:00
Johannes Rieken
7c4c828dcb no more weakness 2016-04-13 09:56:31 +02:00
f111fei
8fb523f810 optimize postinstall 2016-04-12 10:20:18 +08:00
Johannes Rieken
c48212f8e0 bump version to 1.0.0 2016-04-11 10:57:14 +02:00
Martin Aeschlimann
24dfa08f6f Theme tests as extension test 2016-04-08 23:26:12 +02:00
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