Skip to content

VS Code

Peter Ogilvie edited this page Jun 21, 2019 · 7 revisions

Create a new window

command-shift-N

Enable the meta key for the integrated terminal on macos

"terminal.integrated.macOptionIsMeta": true

In later version of vscode searching for terminal.integrated in setting takes you to the setting

hide some extensions form the file view (apex meta xml files)

"files.exclude" : {
        "**/*.cls-meta.xml" :true
 }

How to disable intelligence

Clone this wiki locally