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

[LLSC-38] Add extensions recs and settings json to backend folder #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mslwang
Copy link
Collaborator

@mslwang mslwang commented Nov 12, 2024

Notion ticket link

Add VSCode settings json to backend

Implementation description

Adding settings json for people who work predominantly in the backend folder, ie. their workspace is /backend. The language server isn't able to pick up the python executable in .venv on /backend within this json file without having it included in /backend.

Steps to test

  1. Go to VSCode and open the project from /backend.
  2. Check if the interpreter is set to .venv/bin/python and you're able to see autocomplete and hover text and signature information.

Checklist

  • My PR name is descriptive and in imperative tense
  • My commit messages are descriptive and in imperative tense. My commits are atomic and trivial commits are squashed or fixup'd into non-trivial commits
  • I have run the appropriate linter(s)
  • I have requested a review from the PL, as well as other devs who have background knowledge on this PR or who will be building on top of this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant