Skip to content

Commit 4c9b83d

Browse files
Bump version to 2.2.7
1 parent caf0385 commit 4c9b83d

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.2.7 - 23.07.2016
2+
* Added FSAC request log (default off)
3+
14
### 2.2.6 - 22.07.2016
25
* Add configuration option to specify FSI dir
36

release/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ F# IDE-like possibilities in Atom editor and Visual Studio Code
1818
## Required software
1919

2020
* F# >= 3.1
21-
* MSBuild >= 12
21+
* MSBuild 12
2222

2323
### Windows
2424

@@ -75,6 +75,16 @@ startingPage = ""
7575

7676
* startingPage - webpage displayed in WebPreview - usually ` ` or `index.html`
7777

78+
## How to contribute
79+
80+
1. Clone repo
81+
2. Run `build.cmd Build` (or `build.sh Build`)
82+
3. Open folder in VSCode `code .`
83+
4. Make changes
84+
5. Press `F5` to build plugin and start experimental instance of VSCode
85+
6. Make PR ;)
86+
87+
7888
## Contributing and copyright
7989

8090
The project is hosted on [GitHub](https://github.com/ionide/ionide-vscode-fsharp) where you can [report issues](https://github.com/ionide/ionide-vscode-fsharp/issues), fork

release/RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.2.7 - 23.07.2016
2+
* Added FSAC request log (default off)
3+
14
### 2.2.6 - 22.07.2016
25
* Add configuration option to specify FSI dir
36

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ionide-fsharp",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"publisher": "Ionide",
55
"description": "F# Language Support",
66
"categories": [

0 commit comments

Comments
 (0)