Skip to content

Commit 5512aff

Browse files
committedJun 18, 2018
Initial Commit
0 parents  commit 5512aff

13 files changed

+2526
-0
lines changed
 

‎.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Set default behavior to automatically normalize line endings.
2+
* text=auto
3+

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
out
2+
node_modules
3+
.vscode-test/
4+
*.vsix

‎.vscodeignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.vscode/**
2+
.vscode-test/**
3+
out/test/**
4+
out/**/*.map
5+
src/**
6+
.gitignore
7+
tsconfig.json
8+
vsc-extension-quickstart.md
9+
tslint.json

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Change Log
2+
All notable changes to the "sonic-pi" extension will be documented in this file.
3+
4+
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5+
6+
## [Unreleased]
7+
- Initial release

‎README.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# sonic-pi README
2+
3+
Play Sonic Pi with your favorite editor!
4+
5+
## Features
6+
7+
You can play Sonic Pi from VSCode.
8+
9+
- Send codes to Sonic Pi and run it.
10+
- Stop playing codes.
11+
12+
## Requirements
13+
14+
- Latest version of Sonic Pi
15+
16+
## Usage
17+
18+
1. Launch a Sonic Pi
19+
2. Write some Code
20+
3. Open Command Parrete, and call "Run code on Sonic Pi"
21+
22+
## Known Issues
23+
24+
- Can't display logs
25+
- but this is Sonic Pi's issue, so I have to change some codes of Sonic Pi
26+
27+
## Release Notes
28+
29+
Users appreciate release notes as you update your extension.
30+
31+
### 0.0.1
32+
33+
Initial release.

0 commit comments

Comments
 (0)