fix: add simple devcontainer
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
FROM node:20
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"name": "SAFE",
|
||||||
|
"dockerFile": "Dockerfile",
|
||||||
|
"appPort": [8080, 8085],
|
||||||
|
"extensions": [
|
||||||
|
"ionide.ionide-fsharp",
|
||||||
|
"ms-dotnettools.csharp",
|
||||||
|
"editorconfig.editorconfig",
|
||||||
|
"msjsdiag.debugger-for-chrome"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"FSharp.fsacRuntime":"netcore"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user