Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Post Undeleted by ifconfig
Post Deleted by ifconfig
Added content.
Source Link
ifconfig
  • 7k
  • 10
  • 48
  • 68
// Controls if the editor should automatically close brackets after opening them "editor.autoClosingBrackets": false, 

In your settings.json file will disable auto-closing brackets, parentheses, quotes, etc.

There is no separate switch for selectively disabling quotation matching, only a global setting for all.

// Controls if the editor should automatically close brackets after opening them "editor.autoClosingBrackets": false, 

In your settings.json file will disable auto-closing brackets, parentheses, quotes, etc.

// Controls if the editor should automatically close brackets after opening them "editor.autoClosingBrackets": false, 

In your settings.json file will disable auto-closing brackets, parentheses, quotes, etc.

There is no separate switch for selectively disabling quotation matching, only a global setting for all.

Source Link
ifconfig
  • 7k
  • 10
  • 48
  • 68

// Controls if the editor should automatically close brackets after opening them "editor.autoClosingBrackets": false, 

In your settings.json file will disable auto-closing brackets, parentheses, quotes, etc.