this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ vscode extension: mention repository in manifest

+5
+5
vscode-extension/package.json
··· 6 6 "engines": { 7 7 "vscode": "^1.77.0" 8 8 }, 9 + "repository": { 10 + "type": "git", 11 + "url": "https://github.com/ewen-lbh/issurge", 12 + "directory": "vscode-extension" 13 + }, 9 14 "categories": [ 10 15 "Programming Languages" 11 16 ],