zeh / vscode-dasm

Dasm macro assembler support for VSCode
17 stars 6 forks source link

Settings are not respected #24

Open roncato opened 2 years ago

roncato commented 2 years ago

Hi,

I have configured vscode-dasm with the following, however I still see the keywords in caps for auto complete and the server does not stop logging messages to the terminal:

"vscode-dasm.preferUppercase": [

        "registers"
    ],
    "vscode-dasm.trace.server": "off"