Commit graph

2670 commits

Author SHA1 Message Date
Daniel Imms 590f21f71c Revert "Implement terminal scroll bar"
Going to hold off on this until sourcelair/xterm.js#224 is merged.

This reverts commit 0a5a071cea.
2016-08-08 15:22:26 -07:00
Daniel Imms 0a5a071cea Implement terminal scroll bar 2016-08-08 15:16:41 -07:00
Martin Aeschlimann c5fc19d474 grammar update script: Generalize as /build/npm/update-grammar 2016-08-03 12:13:18 +02:00
Martin Aeschlimann fdcbf91f27 [typescript] evolve update script, emit grammar as JSON 2016-08-02 17:27:04 +02:00
Joao Moreno ddb9acdead version bump 2016-08-02 09:33:02 +02:00
Joao Moreno 6ef86d5f85 drop lodash dependency 2016-07-28 09:07:22 +02:00
Joao Moreno 7f5894618e add lodash as dev dependency 2016-07-27 15:00:33 +02:00
Andre Weinand bc258aa2a0 use debug protocol 1.11.0 and latest node-debug 2016-07-27 14:41:19 +02:00
Noj Vek db9a0c5e4e Travis builds post coverage info to coveralls.io and add README badge. 2016-07-26 08:28:07 -07:00
Daniel Imms e9f712e0ae Uplevel xterm.js
Adds custom keydown handler for #6731
2016-07-22 05:51:38 -07:00
Daniel Imms 3a90fe1c89 Uplevel xterm.js 2016-07-22 05:02:39 -07:00
Daniel Imms e869cef1b9 Merge remote-tracking branch 'origin/master' into tyriar/7045_integrated_terminal_ime_support 2016-07-22 03:31:35 -07:00
Daniel Imms 01a3f86855 Uplevel xterm.js
Fixes a issue with vim and ctrl/arrows in particular
2016-07-21 11:45:22 -07:00
Joao Moreno 00826ade84 rename electron helper 2016-07-19 15:10:11 +02:00
Daniel Imms 52f8f8eaec Support IMEs
Currently using the xterm.js PR branch

Fixes #7045
2016-07-18 13:48:01 -07:00
Joao Moreno e5ac0b63df revert gulp atom electron 2016-07-18 18:48:39 +02:00
Joao Moreno 36f415fa9b update gulp atom electron
fixes #8675
2016-07-18 18:31:22 +02:00
Joao Moreno 43c6e13ac5 fix 30% cpu spikes on OSX gulp watch 2016-07-12 17:12:03 +02:00
Joao Moreno 461ec1bf22 fix package json dependencies 2016-07-12 16:09:08 +02:00
Daniel Imms f205009c74 Uplevel xterm.js
Fixes #9095
2016-07-11 13:46:48 -07:00
Joao Moreno 1336b3d3c0 wrap user env in a mark
fixes #8434
2016-07-11 11:53:09 +02:00
Benjamin Pasero 4b84f6d791 back to electron 0.37.6 2016-07-08 09:31:28 +02:00
Daniel Imms 6b9398b6c4 Uplevel xterm.js 2016-07-07 14:12:35 -07:00
Andre Weinand 81ba38e5ea use prerelease version of debug protocol 2016-07-07 12:44:34 +02:00
Benjamin Pasero 54f91df5b2 Merge branch 'master' into ben/electron 2016-07-06 10:27:53 +02:00
Benjamin Pasero dac924fc64 try with 1.2.6 2016-07-06 09:31:12 +02:00
Benjamin Pasero 58e702071b bump version to 1.4.0 2016-07-04 13:29:59 +02:00
Benjamin Pasero d54ff3ada6 update to electron 1.2.5 2016-07-02 08:35:49 +02:00
Alex Dima f7748b3132 Less memory consumption - adopt vscode-textmate@2.0.1 (#7912) 2016-07-01 01:48:25 +02:00
Alex Dima 170db15a2b Fixes #8173: Adopt vscode-textmate with fast plist parser, make fast plist parser disableable via editor.useExperimentalParser 2016-06-30 19:06:18 +02:00
Andre Weinand 2550eb7df1 update node-debug and debug protocol 2016-06-30 12:27:47 +02:00
Daniel Imms 8468572d05 Uplevel xterm.js 2016-06-27 14:29:41 -07:00
Daniel Imms 2daa16e272 Uplevel xterm.js 2016-06-23 21:48:52 -07:00
Erich Gamma d2f9b29ca3 Update TypeScript dependency to ^1.8.10 (1.8.0 produces errors). 2016-06-20 15:51:58 +02:00
Daniel Imms f2cbc150f7 Update xterm.js version 2016-06-16 11:26:57 -07:00
Joao Moreno 425305ae31 strip ansi escape codes
fixes #7644
2016-06-15 13:00:50 +02:00
Joao Moreno f9cbc1f511 fix pty reference 2016-06-15 13:00:50 +02:00
Benjamin Pasero 7b7297e091 take out ancient engines declaration 2016-06-14 16:19:54 +02:00
Daniel Imms cd0d62adf1 Use specific xterm.js version as dependency 2016-06-13 07:43:10 -07:00
Daniel Imms 9bbb48bd59 Update xterm dep to use master
Active bug fixing is happening, it should be tested
2016-06-10 13:33:44 -07:00
Daniel Imms 7b21a5c98a Merge pull request #7288 from Microsoft/tyriar/xtermjs_terminal
Tyriar/xtermjs terminal
2016-06-08 10:28:35 -07:00
Joao Moreno 44b3781cd1 version bump 2016-06-07 09:55:19 +02:00
Daniel Imms 6af224054a xterm.js prototype 2016-06-06 08:33:03 -07:00
Alex Dima 0da2c0039a bump vscode version 2016-05-26 16:37:02 +02:00
Andre Weinand 73cbbe8c57 update node debug (use final 1.9.0 protocol) 2016-05-23 15:52:16 +02:00
Alex Dima 8251e416a9 Update vscode-textmate to 1.1.0 2016-05-23 15:29:45 +02:00
Daniel Imms f3f2c65a51 Use Tyriar/pty.js fork 2016-05-20 13:47:29 -07:00
Daniel Imms ca7937b279 Revert "Disable integrated terminal to unblock Windows build"
This reverts commit bbc1950d34.
2016-05-20 13:47:28 -07:00
Daniel Imms bbc1950d34 Disable integrated terminal to unblock Windows build 2016-05-19 13:45:28 -07:00
Daniel Imms 7689b1c8e0 Merge remote-tracking branch 'origin' into tyriar/integrated_terminal 2016-05-13 10:46:31 -07:00
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
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
Andre Weinand 0a62fc834c update to debugprotocol 1.3.0 2016-01-14 16:02:25 +01:00
Joao Moreno b20b424880 add documentdb dependency 2016-01-13 17:08:35 +01:00
Benjamin Pasero 008867f064 bump version to 0.10.7 2016-01-13 15:59:13 +01:00
Johannes Rieken 44b8ebe084 merge with master 2016-01-11 13:03:39 +01:00
Johannes Rieken 2e95c110f4 use weak references to track TextDocument that were given out to consumers 2016-01-11 12:50:40 +01:00
Benjamin Pasero 0bdf9538ce Linux: userData path changed due to Electron update (fixes #1871) 2016-01-11 08:58:44 +01:00
Benjamin Pasero 6915fcdf80 Merge branch 'master' into ben/electron 2016-01-07 08:22:08 +01:00
Joao Moreno ecfc3c659d fixes #1787 2016-01-06 17:24:20 +01:00
Benjamin Pasero 73571b598f Merge branch 'master' into ben/electron 2016-01-06 16:27:33 +01:00
Andre Weinand 7b7840aa1a update debugprotocol to 1.2.1 2016-01-06 15:55:37 +01:00
Benjamin Pasero 1c4656f045 Merge branch 'master' into ben/electron 2016-01-05 19:05:15 +01:00
Andre Weinand 90b80d32a5 update debugprotocol module 2016-01-05 15:36:00 +01:00
Benjamin Pasero 45b142889e we are actually on 0.10.6 2016-01-04 14:55:02 +01:00
Benjamin Pasero 06d149db0b use electron 0.35.5 2016-01-04 14:50:34 +01:00
Johannes Rieken 2e42d6502f use version 0.1.2 of native-keymap 2015-12-19 11:44:48 +01:00
Johannes Rieken e2708af1ac bump version to 0.10.5 2015-12-17 15:00:57 +01:00
Alex Dima 200858bab1 Fixes #1358: update to native-keymap@0.1.1 2015-12-16 11:33:23 +01:00
Joao Moreno c31326bbcb whitespace 2015-12-15 17:15:03 +01:00
Joao Moreno 5845b8ee1b version bump 2015-12-11 18:01:43 +01:00
Johannes Rieken aa9ca2f6ae use native-keymap@0.1.0 2015-12-11 17:22:56 +01:00
Andre Weinand 0851f9b009 add dependency to 'vscode-debugprotocol' npm module 2015-12-09 15:29:49 +01:00
Johannes Rieken b71ce1948a use ~1.7.3 2015-12-07 16:11:47 +01:00
Benjamin Pasero 92cba7e9fe fix builds 2015-12-07 15:57:28 +01:00
Alex Dima 0f49124c93 Adopt vscode-textmate@1.0.9 2015-12-07 10:03:56 +01:00
Alex Dima f502bda8de Try to render keybindings with their physical labels 2015-12-04 13:47:07 +01:00
Johannes Rieken ad03fd62b3 remove the last csharp-o occurrences and make build happy 2015-12-03 12:17:28 +01:00
Joao Moreno f32317576c patch exe file version
fixes #853
2015-12-02 11:11:34 +01:00
Benjamin Pasero 45cf858677 Merge pull request #854 from Microsoft/ben/electron-v0.34.5
Adopt latest Electron build (#826)
2015-12-01 16:52:41 +01:00
Joao Moreno b8b38173bf update windows-mutex 2015-12-01 15:35:49 +01:00
Benjamin Pasero ebac96772e update electron to 0.34.5 2015-12-01 11:45:01 +01:00
Joao Moreno b6c33d1f85 add windows-mutex optional dependency 2015-11-30 17:05:35 +01:00
Alex Dima d5dde44ff0 update vscode-textmate to 1.0.8 2015-11-30 16:28:03 +01:00
Benjamin Pasero b086ce41a0 bump 0.10.3 2015-11-26 14:55:19 +01:00
Joao Moreno 4727065eb9 prevent plain npm
#22
2015-11-26 09:57:33 +01:00
Joao Moreno 0dfc06e0f9 add ghooks dev dependency
related to #636
2015-11-25 22:08:29 +01:00
Alex Dima c704df8998 Update vscode-textmate to 1.0.7 2015-11-25 17:38:23 +01:00
João Moreno 5d9a4f3434 remove reference to atom-shell-installer-assets 2015-11-24 17:46:28 +01:00
Benjamin Pasero 3f2b4ba9a6 npm install vscode-api-tests and some polish 2015-11-24 07:00:06 +01:00
Joao Moreno 078aa5ebdd Travis CI build
initial travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

Update .travis.yml

test script
2015-11-19 18:00:13 +01:00
Benjamin Pasero a4bfcb890d real fix for: gulp-symdest does not preserve links on electron #2 2015-11-16 16:10:30 +01:00
Martin Aeschlimann 8f82b037fe update vscode-textmate 2015-11-13 18:17:22 +01:00
Benjamin Pasero 0a2f0cbc5c gulp-symdest does not preserve links on electron (fixes #2) 2015-11-13 16:32:42 +01:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00