Commit graph

33 commits

Author SHA1 Message Date
Alex Dima 822f995357
Add server folder 2021-10-20 18:42:13 +02:00
Connor Peet 126218be87
main: add a lockfile, and set the user data dir while debugging
See https://github.com/microsoft/vscode/issues/127861#issuecomment-877417451
2021-07-09 12:56:02 -07:00
Matt Bierner 5c0c637a04 Make sure we ignore compiled media files 2021-03-19 12:12:59 -07:00
Matt Bierner fc8d7681c4 Make sure katex styles are shipped under root of
Also copies of just the katex css we need instead of bundling the entire module
2021-03-16 17:43:52 -07:00
Rob Lourens 45f79f8573 Scope gitignore out* pattern
microsoft/vscode#113823
2021-01-05 10:23:42 -08:00
João Moreno 174bfe9b52
simplify gitignore 2021-01-05 11:02:08 +01:00
Dirk Baeumer 21d010d6c7 Exclude LSIF files from Git 2020-09-16 13:50:44 +02:00
Alex Dima 7007770868
Small tweaks 2020-07-27 08:58:38 +02:00
Peng Lyu d9fb87d002 CI for Monaco Editor compile and bundling. 2019-11-12 15:55:21 -08:00
Benjamin Pasero 1648e1dcf8 web - add build 2019-07-14 13:12:54 +02:00
Joao Moreno 74c3542204 gitignore 2019-06-28 16:18:10 +02:00
Martin Aeschlimann 259be0a485 fix gitignore, avoid trailing slashes 2019-06-07 10:31:52 +02:00
Sandeep Somavarapu ba118c0781 add ignore entries for links 2019-06-07 10:15:33 +02:00
Martin Aeschlimann 0343212afd fix duplicate gitignore entries 2019-06-07 09:15:42 +02:00
Sandeep Somavarapu 9cc5310811 add links to git ignore 2019-06-06 17:33:59 +02:00
Martin Aeschlimann ba0a03fe07 fix git ignore 2019-06-06 12:03:19 +02:00
Martin Aeschlimann 064063f81a ignore server bits 2019-06-06 12:00:29 +02:00
Alex Dima 24d42757e9 Layering rules 2019-05-22 13:03:27 +02:00
Andre Weinand 1ae3ff70c2 add .cache to .gitignore 2019-05-22 11:00:21 +02:00
Johannes Rieken 776e491ba4 bundle into dist folder, copy ask-pass shell scripts into dist, some 💄 2018-08-09 15:31:31 +02:00
Alex Dima d8e13dc717 Add a compile-editor-build task 2018-07-20 11:26:31 +02:00
Alex Dima 03103a4f66 Add extract-editor-src with treeshaking task 2018-07-20 11:26:31 +02:00
Joao Moreno 4eceb88ebf wip: build show integration tests 2018-06-11 22:05:12 +02:00
Alex Dima 66091601a5 Ship editor in ESM format 2018-03-15 14:44:15 +01:00
Joao Moreno 12ab70d329 fix line endings 2018-03-05 12:47:11 +01:00
David Valachovic 4194b50082 added yarn-error.log to .gitignore 2017-11-19 13:19:41 -06:00
Joao e869216535 ignore top level test_data 2017-09-04 16:11: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
Alex Dima 7ec0f25030 Improve editor-distro gulp task 2016-05-31 16:31:35 +02:00
Joao Moreno 9433f3f98f build deb in .build/linux 2016-02-12 11:07:18 +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 e22834e316 place electron in .build/electron
related to #22
2015-11-26 09:03:36 +01:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00