From 931bca8cd276402417e4287f32177bf8dc9382e7 Mon Sep 17 00:00:00 2001 From: BenCleric Date: Tue, 23 Mar 2021 22:03:15 +0400 Subject: [PATCH 1/2] master --- .vscode/Enter.code-snippets | 18 ++++++++++++++++++ .vscode/settings.json | 4 ++++ 2 files changed, 22 insertions(+) create mode 100644 .vscode/Enter.code-snippets create mode 100644 .vscode/settings.json diff --git a/.vscode/Enter.code-snippets b/.vscode/Enter.code-snippets new file mode 100644 index 0000000..03e5d5a --- /dev/null +++ b/.vscode/Enter.code-snippets @@ -0,0 +1,18 @@ +{ + // Place your atom-autocomplete-wordpress-hooks workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and + // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope + // is left empty or omitted, the snippet gets applied to all languages. The prefix is what is + // used to trigger the snippet and the body will be expanded and inserted. Possible variables are: + // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. + // Placeholders with the same ids are connected. + // Example: + // "Print to console": { + // "scope": "javascript,typescript", + // "prefix": "log", + // "body": [ + // "console.log('$1');", + // "$2" + // ], + // "description": "Log output to console" + // } +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0d8a9c4 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "browser-preview.verbose": false, + "browser-preview.startUrl": "browser-preview.startUrl" +} \ No newline at end of file From f04b9d798e2d29aadb187465ee0be082f2dcbec9 Mon Sep 17 00:00:00 2001 From: BenCleric Date: Tue, 23 Mar 2021 22:04:32 +0400 Subject: [PATCH 2/2] commit on master