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

Task: move files to folders #5596

Merged
merged 10 commits into from
Oct 14, 2024
Merged

Conversation

thewahome
Copy link
Contributor

@thewahome thewahome commented Oct 14, 2024

Overview

Fully Closes #5140

No operational changes introduced.
Files were moved around to match the following schema:

vscode/microsoft-kiota
├── .vscode/
├── src/
│   ├── commands/
│   │   ├── searchLockStepsCommand.ts
│   │   ├── searchApiDescriptionCommand.ts
│   │   ├── openInstallationInstructionsCommand.ts
│   │   └── selectLockCommand.ts
│   ├── handlers/
│   │   └── uriHandler.ts
│   ├── providers/
│   │   ├── dependenciesInfoProvider.ts
│   │   └── openApiTreeProvider.ts
│   ├── types/
│   │   ├── enums.ts
│   │   └── apiManifest.ts
│   └── extension.ts
├── node_modules/
├── ...
├── package.json
└── README.md

@thewahome thewahome requested a review from a team as a code owner October 14, 2024 11:54
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

@thewahome it seems the CI is failing, can you double check please?

Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thank you for making the changes!

Copy link

sonarcloud bot commented Oct 14, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@thewahome thewahome merged commit 307c2d6 into main Oct 14, 2024
204 of 205 checks passed
@thewahome thewahome deleted the task/extension/move-files-to-folders branch October 14, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done ✔️
Development

Successfully merging this pull request may close these issues.

Improve Folder Structure for Better Maintainability
2 participants