1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-05-12 12:00:14 +00:00
qb64/.vscode/settings.json
Cory Smith d4de4d2701 Reverting previous change to type2symbol$(); see description.
There was a change made in v2.0.3? that appears to break the following valid code:

```vb
Function test ()
    Static a(10) As String * 2
End Function
```

There doesn't appear to be much in the summary/description of the original change as to what it was supposed to resolve; so reversing the change(s).  See b87dde8d89 for details on the original commit that is being reverted.

Also includes minor (not currently active) placeholder code for updated File menu.
2022-09-23 17:23:35 -05:00

7 lines
156 B
JSON

{
"makefile.extensionOutputFolder": "./.vscode",
"files.associations": {
"src.c": "cpp"
},
"editor.multiCursorModifier": "ctrlCmd"
}