summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-09-10 00:46:20 +0300
committerValery Piashchynski <[email protected]>2021-09-10 00:46:20 +0300
commit23516b54dd9b382ae3daaba03e677e09d3ab9abe (patch)
tree459e2871f32b027d00b073e723b9f2aa18ed8034 /.vscode
parentf855d878c281285bd8f468af0dba2521e4f211db (diff)
Fix issue with attributes.Init resets existing attributes
Experiment with protoregistry Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 00000000..831e5ac8
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,15 @@
+{
+ "cSpell.words": [
+ "AMQP",
+ "extendee",
+ "Idxs",
+ "Itestdata",
+ "jobsv",
+ "mdwr",
+ "prefetch",
+ "protobuf",
+ "protoimpl",
+ "tcreds",
+ "tmpdir"
+ ]
+}