mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Fixes #62649: Don't serialize URI as JSON in DTOs
This commit is contained in:
@@ -608,7 +608,7 @@ namespace TaskDTO {
|
||||
if (typeof value.scope === 'number') {
|
||||
scope = value.scope;
|
||||
} else {
|
||||
scope = value.scope.uri.toJSON();
|
||||
scope = value.scope.uri;
|
||||
}
|
||||
}
|
||||
if (!definition || !scope) {
|
||||
|
||||
Reference in New Issue
Block a user