Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VScode 세팅 #43

Closed
HaeSe0ng opened this issue Nov 1, 2019 · 0 comments
Closed

VScode 세팅 #43

HaeSe0ng opened this issue Nov 1, 2019 · 0 comments

Comments

@HaeSe0ng
Copy link
Contributor

HaeSe0ng commented Nov 1, 2019

vscode 루트 디렉토리로 워크스페이스 열 경우 linter나 intellisense 오류나던 문제 해결

(PR #30 , COMMIT ed33482)

swpp2019-team1/.vscode/settings.json 을 다음 코드로 생성하면 됨

{
  "eslint.workingDirectories": [
    { "directory": "./front", "changeProcessCWD": true }
  ],
  "python.envFile": "/Users/HaeseongMac/Workspace/swpp/swpp2019-team1/back/.env",
  "python.pythonPath": "/Users/HaeseongMac/anaconda3/envs/swpp/bin/python",
  "python.linting.pylintEnabled": true,
  "python.linting.enabled": true,
  "python.linting.pylintArgs": ["--rcfile", "./back/.pylintrc"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant