Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gitlab-vscode-extension gitlab-vscode-extension
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 140
    • Issues 140
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • gitlab-vscode-extensiongitlab-vscode-extension
  • Merge requests
  • !466

feat: integrate yaml extension with .yml and .yaml files

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Tuna Ozkoc requested to merge TunaOzk/gitlab-vscode-extension:Integrate-with-YAML-extension-to-provide-.gitlab-ci.yml-autocompletion into main Feb 16, 2022
  • Overview 39
  • Commits 12
  • Pipelines 2
  • Changes 4

@viktomas I did some changes in the extensions.ts file according to your instructions but it is not done yet. I am not familiar with TypeScript. Therefore I may have some logical mistakes in my changes. I am trying to figure them out during the coding process. I would like to point out some issues that I am struggling with:

  1. I couldn't figure out to store the user's decision in a globalState. It is not working properly.
  2. vscode.window.showInformationMessage appears only when the workspace starts with a *.gitlab-ci.yml file from the last session.
  3. How this extension to be structured? How many files should I create to separate this functionality? If you are available I would like to get some help with these problems.
Edited Feb 19, 2022 by Tuna Ozkoc
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: Integrate-with-YAML-extension-to-provide-.gitlab-ci.yml-autocompletion