-
I followed Handle different file locations on different systems with the same contents to sync VS Code's keybindings between Mac and Linux. But (on the Mac) I now get in the file
instead of what the file I am stumped why this is the case! I checked all files and cannot figure out why the correct content of the target doesn't appear. Here my setup:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need double opening and closing brackets, not single ones. i.e. you need:
Note that templates are quite hard to use with JSON because the curly brackets are both interpreted by the template and by the JSON parser. Consider using custom template delimiters instead. |
Beta Was this translation helpful? Give feedback.
You need double opening and closing brackets, not single ones. i.e. you need:
Note that templates are quite hard to use with JSON because the curly brackets are both interpreted by the template and by the JSON parser. Consider using custom template delimiters instead.