fix: add simple devcontainer

This commit is contained in:
Jonas Juselius
2024-01-29 10:09:55 +01:00
parent 5846ef1fef
commit ec992940d5
3 changed files with 15 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
FROM node:20
+11
View File
@@ -0,0 +1,11 @@
{
"name": "SAFE",
"dockerFile": "Dockerfile",
"appPort": [8080, 8085],
"extensions": [
"ionide.ionide-fsharp",
"ms-dotnettools.csharp",
"editorconfig.editorconfig",
"msjsdiag.debugger-for-chrome"
]
}
+3
View File
@@ -0,0 +1,3 @@
{
"FSharp.fsacRuntime":"netcore"
}