1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

GO-827 Add issue navigation and debugging profile

This commit is contained in:
Mikhail Iudin 2023-01-30 19:18:17 +03:00
parent a5b4556065
commit 9078d2d911
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
4 changed files with 41 additions and 2 deletions

16
.idea/vcs.xml generated Normal file
View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="IssueNavigationConfiguration">
<option name="links">
<list>
<IssueNavigationLink>
<option name="issueRegexp" value="([A-Za-z]+)-(\d+)" />
<option name="linkRegexp" value="https://linear.app/anytype/issue/$1-$2" />
</IssueNavigationLink>
</list>
</option>
</component>
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>