ClassicOS/.vscode/extensions.json

11 lines
305 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"13xforever.language-x86-64-assembly",
"franneck94.c-cpp-runner",
"formulahendry.code-runner",
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack"
]
}