mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Merge pull request #107 from eclipse-cdt/setup_workspace_fix
CDT.setup working set definitions: fix swapped LSP and LLVM
This commit is contained in:
commit
fd256d59d5
1 changed files with 2 additions and 2 deletions
|
@ -371,14 +371,14 @@
|
|||
<predicate
|
||||
xsi:type="predicates:RepositoryPredicate"
|
||||
project="org.eclipse.cdt"
|
||||
relativePathPattern="lsp/.*"/>
|
||||
relativePathPattern="llvm/.*"/>
|
||||
</workingSet>
|
||||
<workingSet
|
||||
name="CDT LSP">
|
||||
<predicate
|
||||
xsi:type="predicates:RepositoryPredicate"
|
||||
project="org.eclipse.cdt"
|
||||
relativePathPattern="llvm/.*"/>
|
||||
relativePathPattern="lsp/.*"/>
|
||||
</workingSet>
|
||||
<workingSet
|
||||
name="CDT Memory">
|
||||
|
|
Loading…
Add table
Reference in a new issue