1. 14 3月, 2016 1 次提交
  2. 13 3月, 2016 1 次提交
  3. 08 3月, 2016 1 次提交
  4. 05 3月, 2016 1 次提交
  5. 04 3月, 2016 1 次提交
  6. 03 3月, 2016 2 次提交
    • D
      Add dependency to vscode-nls npm module · 24254ce4
      Dirk Baeumer 提交于
      24254ce4
    • P
      Use local version of gulp in build steps. · 4d6e7dfc
      Phillip Johnsen 提交于
      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
      ```
      4d6e7dfc
  7. 02 3月, 2016 2 次提交
  8. 26 2月, 2016 1 次提交
  9. 19 2月, 2016 4 次提交
  10. 18 2月, 2016 1 次提交
  11. 17 2月, 2016 3 次提交
  12. 12 2月, 2016 2 次提交
    • J
      make linux deb build quality dependent · 771257c5
      Joao Moreno 提交于
      771257c5
    • D
      Add gulp tasks to build deb packages · fe3988c9
      Daniel Imms 提交于
      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
      fe3988c9
  13. 10 2月, 2016 1 次提交
  14. 09 2月, 2016 1 次提交
  15. 05 2月, 2016 1 次提交
  16. 03 2月, 2016 3 次提交
  17. 02 2月, 2016 1 次提交
  18. 01 2月, 2016 1 次提交
  19. 29 1月, 2016 2 次提交
  20. 28 1月, 2016 1 次提交
  21. 26 1月, 2016 2 次提交
  22. 25 1月, 2016 1 次提交
  23. 23 1月, 2016 2 次提交
  24. 22 1月, 2016 1 次提交
  25. 21 1月, 2016 2 次提交
  26. 20 1月, 2016 1 次提交