How to open file always in a new window by VSCode?
up vote
0
down vote
favorite
(Using MacOS Mojave, VSCode 1.28.2
)
I'm using VSCode in text editing(like .js, .txt, .csv,...).
When I double click and open a file in Finder or Desktop(or "Open in VSCode"), and if I'm opening another workspace, it opens the file in the same window as the workspace I'm already opening.
How to make VSCode to always open files in a new window?
macos visual-studio-code
add a comment |
up vote
0
down vote
favorite
(Using MacOS Mojave, VSCode 1.28.2
)
I'm using VSCode in text editing(like .js, .txt, .csv,...).
When I double click and open a file in Finder or Desktop(or "Open in VSCode"), and if I'm opening another workspace, it opens the file in the same window as the workspace I'm already opening.
How to make VSCode to always open files in a new window?
macos visual-studio-code
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
(Using MacOS Mojave, VSCode 1.28.2
)
I'm using VSCode in text editing(like .js, .txt, .csv,...).
When I double click and open a file in Finder or Desktop(or "Open in VSCode"), and if I'm opening another workspace, it opens the file in the same window as the workspace I'm already opening.
How to make VSCode to always open files in a new window?
macos visual-studio-code
(Using MacOS Mojave, VSCode 1.28.2
)
I'm using VSCode in text editing(like .js, .txt, .csv,...).
When I double click and open a file in Finder or Desktop(or "Open in VSCode"), and if I'm opening another workspace, it opens the file in the same window as the workspace I'm already opening.
How to make VSCode to always open files in a new window?
macos visual-studio-code
macos visual-studio-code
asked Nov 7 at 9:08
Taichi
1599
1599
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
Set "window.openFilesInNewWindow": "on"
in settings.json
.
Click on the gear icon on the bottom-left corner of the window, select Settings
then enter window.openFilesInNewWindow
in the search box that appears on the top of the Settings tab to find the setting quickly. Click on it and select "on" from the dropdown list.
It explains (below or above the setting, depending if you use the new Settings manager or edit the settings.json
file):
Files will open in a new window.
add a comment |
up vote
0
down vote
You can try opening the following:
Open the Command pallet using Ctrl+Shift+p
Open user settings(which is a JSON)
Add a new property
"workbench.editor.enablePreview": false
and save it
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Set "window.openFilesInNewWindow": "on"
in settings.json
.
Click on the gear icon on the bottom-left corner of the window, select Settings
then enter window.openFilesInNewWindow
in the search box that appears on the top of the Settings tab to find the setting quickly. Click on it and select "on" from the dropdown list.
It explains (below or above the setting, depending if you use the new Settings manager or edit the settings.json
file):
Files will open in a new window.
add a comment |
up vote
1
down vote
accepted
Set "window.openFilesInNewWindow": "on"
in settings.json
.
Click on the gear icon on the bottom-left corner of the window, select Settings
then enter window.openFilesInNewWindow
in the search box that appears on the top of the Settings tab to find the setting quickly. Click on it and select "on" from the dropdown list.
It explains (below or above the setting, depending if you use the new Settings manager or edit the settings.json
file):
Files will open in a new window.
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Set "window.openFilesInNewWindow": "on"
in settings.json
.
Click on the gear icon on the bottom-left corner of the window, select Settings
then enter window.openFilesInNewWindow
in the search box that appears on the top of the Settings tab to find the setting quickly. Click on it and select "on" from the dropdown list.
It explains (below or above the setting, depending if you use the new Settings manager or edit the settings.json
file):
Files will open in a new window.
Set "window.openFilesInNewWindow": "on"
in settings.json
.
Click on the gear icon on the bottom-left corner of the window, select Settings
then enter window.openFilesInNewWindow
in the search box that appears on the top of the Settings tab to find the setting quickly. Click on it and select "on" from the dropdown list.
It explains (below or above the setting, depending if you use the new Settings manager or edit the settings.json
file):
Files will open in a new window.
answered Nov 7 at 9:24
axiac
42.1k64262
42.1k64262
add a comment |
add a comment |
up vote
0
down vote
You can try opening the following:
Open the Command pallet using Ctrl+Shift+p
Open user settings(which is a JSON)
Add a new property
"workbench.editor.enablePreview": false
and save it
add a comment |
up vote
0
down vote
You can try opening the following:
Open the Command pallet using Ctrl+Shift+p
Open user settings(which is a JSON)
Add a new property
"workbench.editor.enablePreview": false
and save it
add a comment |
up vote
0
down vote
up vote
0
down vote
You can try opening the following:
Open the Command pallet using Ctrl+Shift+p
Open user settings(which is a JSON)
Add a new property
"workbench.editor.enablePreview": false
and save it
You can try opening the following:
Open the Command pallet using Ctrl+Shift+p
Open user settings(which is a JSON)
Add a new property
"workbench.editor.enablePreview": false
and save it
answered Nov 7 at 9:22
Debabrata
4618
4618
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53186356%2fhow-to-open-file-always-in-a-new-window-by-vscode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown