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

Test: SCM API #23311

Closed
3 tasks done
joaomoreno opened this issue Mar 27, 2017 · 1 comment
Closed
3 tasks done

Test: SCM API #23311

joaomoreno opened this issue Mar 27, 2017 · 1 comment

Comments

@joaomoreno
Copy link
Member

joaomoreno commented Mar 27, 2017

Test for #2824

Complexity: 5

Good news: you're gonna write an SCM provider! 👊

  1. Go through the docs.
  2. Go through the API itself. There ain't much.
  3. Make something. You don't need to actually implement an SCM provider. But test the API, try to create some resources, some menu items, see what breaks.

After generating a new extension, edit its package.json, change engines.vscode to * and rerun npm install. This will fetch the latest vscode.d.ts from master.

Please provide feedback on the docs, api and issues all through this repository.

@joaomoreno joaomoreno added this to the March 2017 milestone Mar 27, 2017
@sandy081 sandy081 removed their assignment Mar 28, 2017
@dbaeumer dbaeumer removed their assignment Mar 29, 2017
@chrmarti chrmarti removed their assignment Mar 29, 2017
@chrmarti
Copy link
Collaborator

Good stuff! You surly have your own test provider, copied mine here for my own convenience (compares against local folder, intense code...): https://github.com/chrmarti/vscode-scm-test-provider

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants
@joaomoreno @dbaeumer @chrmarti @sandy081 and others