Skip to content

Commit

Permalink
Proc macro disable option in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Draggu authored and mkaput committed Nov 28, 2024
1 parent a2e7d0c commit 62bb9c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@
"default": true,
"description": "Show CairoLS information in the status bar.",
"scope": "window"
},
"cairo1.enableProcMacros": {
"type": "boolean",
"default": true,
"description": "Enable support for procedural macros.",
"scope": "window"
}
}
}
Expand Down

0 comments on commit 62bb9c4

Please sign in to comment.