Skip to content

Instantly share code, notes, and snippets.

@javierllns
Created May 24, 2024 15:14
Show Gist options
  • Save javierllns/7e147e35dc6916dd86077f38367222f1 to your computer and use it in GitHub Desktop.
Save javierllns/7e147e35dc6916dd86077f38367222f1 to your computer and use it in GitHub Desktop.
//extensions.json
{
"recommendations": ["aperricone.harbour"]
}
----------------------------------------------------------->
//settings.json
{
"git-graph.fileEncoding": "cp1252",
"files.associations": {
"*.prg": "harbour",
"*.xfm": "harbour",
"*.ch": "harbour"
},
"[harbour]": {
"files.encoding": "windows1252"
},
"harbour.validating": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment