Esri / appstudio-vscode

AppStudio Extension for Visual Studio Code
Apache License 2.0
6 stars 2 forks source link

Add folder to workspace whenever adding appinfo.json #42

Open stephenquan opened 5 years ago

stephenquan commented 5 years ago
  1. In AppStudio, download any app
  2. In AppStudio, select Files to launch File Explorer
  3. In File Explorer, right click on appinfo.json and Open With > Visual Studio Code
  4. Note that only appinfo.json is opened.

Workaround:

  1. In Visual Studio Code > File> Open Folder ...
  2. In Open Folder dialog, select "Select Folder" button
zhitaop commented 5 years ago
marikavertzonis commented 5 years ago

@stephenquan - I dont believe the title of this issue matches the description or the current implementation.

The title implies to me that whenever you attempt to open a appinfo.json file in vscode, the full folder of that project will be opened. that would mean

What is happening now (version 0.0.12) is

What is it that you are asking for?

marikavertzonis commented 5 years ago

This issue as it stands, is still not resolved.

The intention of this issue is to be able to handle the case of a project being launched from AppStudio's edit button. In that case, each time someone clicks edit, a new instance of Visual Studio code should launch, with the full set of project files.

Splitting off the alternative scenario described above for when launching a new project within an existing instance of Visual Studio code to https://github.com/ArcGIS/appstudio-vscode/issues/52