felixrieseberg / felixrieseberg/vsc-ember-cli

jsonconfig file created in subfolders

Open
#50 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
92
Forks
13
PR merge metrics
No merged PRs in 30d

Description

I've set up a workspace with two folders:

- backend
- frontend

_frontend_ is the ember project. I added _./vscode/ember.json_ in the workspace with:

```
{
appPath: './frontend'
}
```

Workspace looks like:

```
{
"folders": [
{
"name": "Rails Backend",
"path": "backend"
},
{
"name": "Ember Frontend",
"path": "frontend"
}
],
"settings": {}
}
```

But when the project does it's setup, I'm ending up with _backend/jsonconfig.json_ as well as _frontend/jsonconfig.json_. is this expected behavior at this time?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.