colors
This commit is contained in:
parent
e3406377af
commit
a8c84a645c
2 changed files with 4 additions and 1 deletions
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"ms-vscode.cpptools",
|
"ms-vscode.cpptools",
|
||||||
"entan-gl.cc65-vice"
|
"entan-gl.cc65-vice",
|
||||||
|
"sharpninja.cc65"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -17,6 +17,8 @@ sudo apt-get install cc65
|
||||||
|
|
||||||
Open in VS Code and install recommended extension.
|
Open in VS Code and install recommended extension.
|
||||||
|
|
||||||
|
Probably need powershell...
|
||||||
|
https://docs.microsoft.com/en-us/powershell/scripting/install/install-ubuntu?view=powershell-7.2
|
||||||
|
|
||||||
Not sure if I had a typo in my header or I have to import sudo apt-get install clang
|
Not sure if I had a typo in my header or I have to import sudo apt-get install clang
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue