Skip to content

Commit

Permalink
doc: update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fcasal committed May 13, 2024
1 parent 6b15898 commit e614222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codeMarker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ export class CodeMarker implements vscode.TreeDataProvider<TreeEntry> {
}

// GitHub's URL max size is about 8000 characters
// TODO check gitlab max size to see if it allows 8000 as well
// Gitlab seems to allow more but we'll use the same limit for now
if (issueUrlWithBody.length < 8000) {
// hack to get around the double encoding of openExternal.
// We call it with a string even though it's expecting a Uri
Expand Down

0 comments on commit e614222

Please sign in to comment.