Frontmatter
| id | 5288 |
| title | Portal.view.learn.MainContainerController: EditorConfig.json |
| state | Closed |
| labels | bugstale |
| assignees | maxrahder |
| createdAt | Mar 2, 2024, 5:41 PM |
| updatedAt | Sep 12, 2024, 4:28 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5288 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 12, 2024, 4:28 AM |
We are getting errors when loading the learning section:
This file is missing inside the repo. @maxrahder: i think this is your node service for opening files inside your IDE.
We either need a flag to not trigger:
onConstructed() { super.onConstructed(); let me = this; // ... fetch('../../../../resources/data/deck/EditorConfig.json') .then(response => response.json() .then(data => me.getModel().setData('editorConfig', data) )) }for all users, or the service needs to get into the repo. it could get modified to create a fork and a PR to submit changes to us.