dicom-viewer/.vscode/settings.json

9 lines
319 B
JSON
Raw Permalink Normal View History

2022-10-27 22:10:43 +03:00
{
2022-11-01 20:05:30 +03:00
"liveServer.settings.port": 5501,
"liveServer.settings.https": {
"enable": false, //set it true to enable the feature.
"cert": "D:\\https\\primary.crt", //full path of the certificate
"key": "D:\\https\\private.key", //full path of the private key
"passphrase": "12345"
}
2022-10-27 22:10:43 +03:00
}