up
This commit is contained in:
@ -69,7 +69,7 @@ export function deactivate() { }
|
||||
* => monitoringserver
|
||||
*/
|
||||
function extractProjectName(path: string) {
|
||||
const match = path.match(/\/root\/(docker|projects)\/([^/]+)/);
|
||||
const match = path.match(/\/root\/docker\/([^/]+)/);
|
||||
return match?.[2];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user