mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
debt - map'ish names for trie
This commit is contained in:
@@ -216,7 +216,7 @@ export class ExtHostExtensionService implements ExtHostExtensionServiceShape {
|
||||
if (err) {
|
||||
reject(err);
|
||||
} else {
|
||||
trie.insert(path, ext);
|
||||
trie.set(path, ext);
|
||||
resolve(void 0);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user