C
C#8mo ago
geno

✅ i dont know how to install the .vscode files

how do install the launch.json and task.json files?
17 Replies
Jimmacle
Jimmacle8mo ago
install?
Mayor McCheese
Mayor McCheese8mo ago
Do you have o# or dev kit installed? It'll prompt you to create them; there's likely a keyboard command in the palette too.
Mayor McCheese
Mayor McCheese8mo ago
No description
Mayor McCheese
Mayor McCheese8mo ago
in most cases the command palette is ctrl+shift+p, command+shift+p
geno
geno8mo ago
ima see
geno
geno8mo ago
i have these 2 folders
No description
geno
geno8mo ago
it generates the files in a general dir instead of a specified folder
Mayor McCheese
Mayor McCheese8mo ago
Open in a different scope maybe?
geno
geno8mo ago
ik i sound stupid saying this but how?
Mayor McCheese
Mayor McCheese8mo ago
md scratch | cd
dotnet new sln
md src
dotnet new console -o ./src/HelloWorld
dotnet sln add --in-root ./src/HelloWorld
dotnet new gitignore
git init
code .
md scratch | cd
dotnet new sln
md src
dotnet new console -o ./src/HelloWorld
dotnet sln add --in-root ./src/HelloWorld
dotnet new gitignore
git init
code .
that's from a powershell window in window terminal
Mayor McCheese
Mayor McCheese8mo ago
vs code added for me, that folder
No description
Mayor McCheese
Mayor McCheese8mo ago
that contains launch.json and tasks.json
Mayor McCheese
Mayor McCheese8mo ago
alternatively you can open a window using the menu in vscode
No description
Mayor McCheese
Mayor McCheese8mo ago
in your case you'd open a folder directly to "code test" @geno did this help?
geno
geno8mo ago
i just got back online yes it worked Tanke wol very much
Mayor McCheese
Mayor McCheese8mo ago
You can close with $close
MODiX
MODiX8mo ago
Use the /close command to mark a forum thread as answered