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

Add Setup Studio module #4943

Merged
merged 3 commits into from
Nov 7, 2023
Merged

Add Setup Studio module #4943

merged 3 commits into from
Nov 7, 2023

Conversation

julieg18
Copy link
Contributor

@julieg18 julieg18 commented Nov 2, 2023

@julieg18 julieg18 self-assigned this Nov 2, 2023
private studioIsConnected = false
private shareLiveToStudio: boolean | undefined = undefined
private readonly getCwd: () => string | undefined
private readonly internalCommands: InternalCommands
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This class would be handling token requests and responses when we implement Studio token authentication.

extension/src/setup/studio.ts Outdated Show resolved Hide resolved
}
}

private accessConfig(cwd: string, ...args: Args) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 2 locations. Consider refactoring.

@julieg18 julieg18 marked this pull request as ready for review November 2, 2023 22:53
@julieg18 julieg18 enabled auto-merge (squash) November 7, 2023 14:18
Copy link

codeclimate bot commented Nov 7, 2023

Code Climate has analyzed commit 3a5bc6f and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 1

The test coverage on the diff in this pull request is 88.2% (85% is the threshold).

This pull request will bring the total coverage in the repository to 95.1% (0.0% change).

View more on Code Climate.

@julieg18 julieg18 merged commit 1508186 into main Nov 7, 2023
3 checks passed
@julieg18 julieg18 deleted the add-setup-studio-module branch November 7, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants