Skip to content

Commit 56e8197

Browse files
committed
Doc updates
1 parent 4d6b38c commit 56e8197

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ All notable changes to the "azurefunctions" extension will be documented in this
1212
- [Bugs fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%220.5.0%22+label%3Abug+is%3Aclosed)
1313

1414
### Known Issues
15+
- The Functions host must be stopped after making changes and before rebuilding to C# functions [#185](https://github.com/Microsoft/vscode-azurefunctions/issues/185)
1516
- C# class library functions fail to run on Mac [#164](https://github.com/Microsoft/vscode-azurefunctions/issues/164)
1617
- C# script functions fail to attach on Windows [#180](https://github.com/Microsoft/vscode-azurefunctions/issues/180)
1718

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* [Node 8.0+](https://nodejs.org/)
1616
* For C# based Functions:
1717
* [VS Code Debugger for C#](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
18+
* If you are using the beta version of the functions cli (as described above), you must install the beta (.NET Core) templates when prompted
19+
* If you are using v1 of the functions cli (Windows only), you must install the v1 (.NET Framework) templates when prompted
1820
> NOTE: The default experience for C# uses class libraries (*.cs files), which provide superior performance, scalability, and versatility over C# Scripts (*.csx files). If you want to use C# Scripts, you may change your `azureFunctions.projectLanguage` user setting to `C#Script`.
1921
* For Java based Functions:
2022
* [VS Code Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug)

0 commit comments

Comments
 (0)