Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariosangiorgio/vscode-ledger
Visual Studio Code support for Ledger files
https://github.com/mariosangiorgio/vscode-ledger
ledger plaintext-accounting vscode vscode-extension
Last synced: 3 months ago
JSON representation
Visual Studio Code support for Ledger files
- Host: GitHub
- URL: https://github.com/mariosangiorgio/vscode-ledger
- Owner: mariosangiorgio
- License: mit
- Archived: true
- Created: 2017-03-20T08:55:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T21:41:16.000Z (about 7 years ago)
- Last Synced: 2024-05-07T02:30:49.199Z (6 months ago)
- Topics: ledger, plaintext-accounting, vscode, vscode-extension
- Language: TypeScript
- Homepage: http://plaintextaccounting.org
- Size: 33.2 KB
- Stars: 19
- Watchers: 1
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# IMPORTANT: I'm no longer actively working on this project
I recently started using [beancount/fava](https://github.com/beancount/fava) instead of ledger and I'm probably not going to spend much time on this project.If you have improvements I'll try to merge and publish pull requests.
If you're interested in maintaining the project please get in touch and we can figure out the best way to work together or to transfer it to you.# Content of this repository
This repository contains both the code for the client and server side of the Visual Studio Code extension. Their directories contain the code and more details.# How to develop
The process is a bit more convoluted than I'd like, anyway here are the steps you'll need to follow to get something running:
* `npm install` in both the `client` and `server` directories
* open two Visual Studio Code windows, one for the client and one for the server
* in the server's window, hit `CTRL + Shift + B`. It will build the server and copy into the client folder
* in the client folder, hit `CTRL + Shift + B` to build and then `F5` when you want to launch a new Visual Studio Code window with a debugger attached.