freeCodeCamp / freeCodeCampOS

Test repo for external freeCodeCamp courses

Home Page:https://opensource.freecodecamp.org/freeCodeCampOS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[config]: refactor out settings unrelated to npm package

ShaunSHamilton opened this issue · comments

The freecodecamp-courses extension should use its own settings to control its actions which can then be configured in .vscode/settings.json.

This package should be responsible for freecodecamp.conf.json.

Unfortunately, this is a major change.

freeCodeCamp/courses-vscode-extension#413