Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T Titan VS Code Extension
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse ProjectsEclipse Projects
  • Eclipse Titan
  • Titan VS Code Extension
  • Issues
  • #5

Implement file/folder excludes

We should implement the exclusion of files/folders in the explorer view.

  • in the explorer view, excluded files should be visualy marked (font/color/icon, whatever)
  • list of excluded resources should be saved in a file
  • on changes, the lsp server should be notified
  • set commands accessibility and keybindings
  • tpd file parsing: validation, included/excluded folders
  • handle selected tpd file changes
  • saving last state before switch
  • handle default vscode exclude settings

The server expects the following json request:

"excludedStates": [
	 {
	 	"identifier": { "uri": "file:///whateverA" },
	 	"isExcluded": true
	 },
	 {
	 	"identifier": { "uri": "file:///whateverB" },
	 	"isExcluded": false
	 }, ...
]
Edited Feb 09, 2023 by Csilla Farkas
Assignee
Assign to
Time tracking

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent