diff options
author | Valery Piashchynski <[email protected]> | 2021-09-10 00:46:20 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-10 00:46:20 +0300 |
commit | 23516b54dd9b382ae3daaba03e677e09d3ab9abe (patch) | |
tree | 459e2871f32b027d00b073e723b9f2aa18ed8034 /.vscode | |
parent | f855d878c281285bd8f468af0dba2521e4f211db (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.json | 15 |
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" + ] +} |