mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 12:40:19 -05:00
fix: not installing extensions in the directory that is being passed (#177303)
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/3595
This commit is contained in:
@@ -200,10 +200,7 @@ pub struct ExtensionArgs {
|
||||
|
||||
impl ExtensionArgs {
|
||||
pub fn add_code_args(&self, target: &mut Vec<String>) {
|
||||
if let Some(ed) = &self.desktop_code_options.extensions_dir {
|
||||
target.push(ed.to_string());
|
||||
}
|
||||
|
||||
self.desktop_code_options.add_code_args(target);
|
||||
self.subcommand.add_code_args(target);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user