10000 Added double quotes in autocomplete pairs by Susmit-A · Pull Request #680 · microsoft/vscode-arduino · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Added double quotes in autocomplete pairs #680

Closed
wants to merge 1 commit into from

Conversation

Susmit-A
Copy link

No description provided.

@czgtest czgtest requested a review from Sneezry November 5, 2018 06:04
@@ -14,13 +14,15 @@
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["'", "'"],
["\"", "\""]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new added double quotes duplicated with Line16

],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["'", "'"],
["\"", "\""]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new added double quotes duplicated with Line 24

@adiazulay adiazulay self-assigned this Dec 8, 2020
Copy link
Contributor
@adiazulay adiazulay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double quotes are already included.

@adiazulay adiazulay closed this Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0