From 3c4db7bbf73fe6cf7a84da1cfec3ad8b42aec259 Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 27 Jun 2022 13:06:00 -0700 Subject: [PATCH] Create README.md Closes https://github.com/flathub/com.visualstudio.code/issues/323 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aabc795 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Visual Studio Code Flatpak + +This is an unofficial build of Visual Studio Code, generated from the official Microsoft-built .deb packages. + +Most functionality works out of the box, though please note: +* To make the Integrated Terminal automatically use the host system's shell, you can will need to add this command in [Flatpak Warning.txt](https://github.com/flathub/com.visualstudio.code/blob/master/flatpak-warning.txt#L22-L30) +* To gain support for additional langauges, you will need to follow the commands in [Flatpak Warning.txt](https://github.com/flathub/com.visualstudio.code/blob/master/flatpak-warning.txt#L41-L43)