We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#
1 parent 8d43903 commit 0db276aCopy full SHA for 0db276a
1 file changed
src/providers/decorators.ts
@@ -37,7 +37,7 @@ export function useDecorators() {
37
range: new Range(line, 0, line, len),
38
renderOptions: {
39
after: {
40
- contentText: `\t\t# ${dep.resolvedSpec}`,
+ contentText: `\t\t ${dep.resolvedSpec}`,
41
},
42
43
})
0 commit comments