Skip to content

Commit

Permalink
chore: r paste默认会增加空格
Browse files Browse the repository at this point in the history
Co-authored-by: ygqygq2 <[email protected]>
  • Loading branch information
ygqygq2 committed Apr 28, 2024
1 parent 064f89a commit 3da3e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug-message/LanguageProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export class GeneralLanguageProcessor implements LanguageProcessor {
case 'python':
case 'lua':
case 'shellscript':
case 'r':
return '';
case 'java':
case 'kotlin':
Expand All @@ -160,7 +161,6 @@ export class GeneralLanguageProcessor implements LanguageProcessor {
case 'php':
case 'cpp':
case 'dart':
case 'r':
case 'groovy':
return ' ';
case 'rust':
Expand Down

0 comments on commit 3da3e31

Please sign in to comment.