mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Decrease issue reporter url length limit, fixes #70343
This commit is contained in:
@@ -42,7 +42,7 @@ import { Button } from 'vs/base/browser/ui/button/button';
|
||||
import { withUndefinedAsNull } from 'vs/base/common/types';
|
||||
import { SystemInfo, isRemoteDiagnosticError } from 'vs/platform/diagnostics/common/diagnosticsService';
|
||||
|
||||
const MAX_URL_LENGTH = platform.isWindows ? 2081 : 5400;
|
||||
const MAX_URL_LENGTH = 2045;
|
||||
|
||||
interface SearchResult {
|
||||
html_url: string;
|
||||
|
||||
Reference in New Issue
Block a user