You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, when newFile.relativeTo is set to project, the extension will ask you what project inside the workspace you want to create the file inside of even when there's only one project active.
Steps to Reproduce
Set newFile.relativeTo to project.
Open a single folder in a new workspace.
Activate the newFile.createNewFile command.
Observe the behaviour.
Expected Result
The drop down proceeds directly to asking what the name of the file you want to create is.
Actual Result
The drop down asks what project folder you want to use inside the workspace.
The text was updated successfully, but these errors were encountered:
Title kind of says it all.
By default, when
newFile.relativeTo
is set toproject
, the extension will ask you what project inside the workspace you want to create the file inside of even when there's only one project active.Steps to Reproduce
newFile.relativeTo
toproject
.newFile.createNewFile
command.Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: