Skip to content

Commit c70a2b7

Browse files
Bump version to 2.4.3
1 parent d1872b2 commit c70a2b7

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
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.4.3 - 18.09.2016
2+
* Add Nancy tempalte to list
3+
14
### 2.4.2 - 23.08.2016
25
* Fix autocomplete bug
36

release/README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,18 @@ startingPage = ""
105105

106106
## How to get logs for debugging / issue reporting
107107

108-
1. Set `"FSharp.logLanguageServiceRequests": "devconsole"` in settings
109-
2. Toggle Developer Tools (`Help |> Toggle Developer Tools`)
110-
3. Go to console tab
108+
1. Enable Logging in User settings with
109+
```json
110+
// FSharp configuration
111+
// Set the verbosity for F# Language Service Output Channel
112+
"FSharp.logLanguageServiceRequestsOutputWindowLevel": "DEBUG",
113+
114+
// Enable logging language service requests (FSAC) to an output channel, the developer tools console, or both
115+
"FSharp.logLanguageServiceRequests": "both"
116+
```
117+
2. Open the Output Panel and switch to the `F# Language Service` Channel
118+
3. Or Toggle Developer Tools (`Help |> Toggle Developer Tools`) and open the console tab
119+
111120

112121
## Contributing and copyright
113122

release/RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.4.3 - 18.09.2016
2+
* Add Nancy tempalte to list
3+
14
### 2.4.2 - 23.08.2016
25
* Fix autocomplete bug
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.4.2",
3+
"version": "2.4.3",
44
"publisher": "Ionide",
55
"contributors":
66
[ { "name": "Krzysztof Cieślak"

0 commit comments

Comments
 (0)