File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
vscode-extensions/tls-sync-vscode-ui-extension Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 118
118
"title" : " UI Extension - TLS Sync Store Path (Linux)" ,
119
119
"description" : " [UI Extension] Directory where TLS certificates are read and written."
120
120
},
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
+ },
121
136
"tlssync.caCertificateFilename" : {
122
137
"type" : " string" ,
123
138
"title" : " CA Certificate Filename" ,
You can’t perform that action at this time.
0 commit comments