Skip to content

Commit b0e40bf

Browse files
committed
fixup extension manifest
1 parent a993519 commit b0e40bf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

vscode-extensions/tls-sync-vscode-ui-extension/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,21 @@
118118
"title": "UI Extension - TLS Sync Store Path (Linux)",
119119
"description": "[UI Extension] Directory where TLS certificates are read and written."
120120
},
121+
"tlssync.workspace.storePath.osx": {
122+
"type": "string",
123+
"title": "Workspace Extension - TLS Sync Store Path (macOS)",
124+
"description": "[Workspace Extension] Directory where TLS certificates are read and written."
125+
},
126+
"tlssync.workspace.storePath.windows": {
127+
"type": "string",
128+
"title": "Workspace Extension - TLS Sync Store Path (Windows)",
129+
"description": "[Workspace Extension] Directory where TLS certificates are read and written."
130+
},
131+
"tlssync.workspace.storePath.linux": {
132+
"type": "string",
133+
"title": "Workspace Extension - TLS Sync Store Path (Linux)",
134+
"description": "[Workspace Extension] Directory where TLS certificates are read and written."
135+
},
121136
"tlssync.caCertificateFilename": {
122137
"type": "string",
123138
"title": "CA Certificate Filename",

0 commit comments

Comments
 (0)