Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taichi/vscode-tradeship
https://github.com/taichi/vscode-tradeship
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taichi/vscode-tradeship
- Owner: taichi
- License: mit
- Created: 2017-04-14T01:34:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T14:34:07.000Z (almost 8 years ago)
- Last Synced: 2024-11-16T21:42:14.330Z (2 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=taichi.vscode-tradeship
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vscode-tradeship [![CircleCI](https://circleci.com/gh/taichi/vscode-tradeship.svg?style=svg)](https://circleci.com/gh/taichi/vscode-tradeship) [![AppVeyor](https://ci.appveyor.com/api/projects/status/fpwar10hwlxiiw7q/branch/master?svg=true)](https://ci.appveyor.com/project/taichi/vscode-tradeship/branch/master)
Extension to integrate [tradeship](https://github.com/karthikv/tradeship) into VSCode.
## Development setup
* run `npm run install:all` inside the **tradeship** folder
* run `npm run watch` inside the **tradeship** folder
* open VS Code on **tradeship** and **tradeship-server**## Developing the server
* open VS Code on **tradeship-server**
* run `npm run compile` or `npm run watch` to build the server and copy it into the **tradeship** folder
* to debug press F5 which attaches a debugger to the server## Developing the extension/client
* open VS Code on **tradeship**
* run F5 to build and debug the extension