1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-05-03 15:10:12 +00:00
qb64/.vscode
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
..
configurationCache.log Removed unnecessary GCC directories 2022-08-16 22:32:46 +05:30
dryrun.log Removed unnecessary GCC directories 2022-08-16 22:32:46 +05:30
settings.json Reverting previous change to type2symbol$(); see description. 2022-09-23 17:23:35 -05:00
targets.log Removed unnecessary GCC directories 2022-08-16 22:32:46 +05:30