提交 ce4aa1d4 编写于 作者: R Rachel Macfarlane

Reduce url length limit for issue reporter on Windows, ##44245

上级 0cb6cfec
......@@ -41,7 +41,7 @@ import { LogLevelSetterChannelClient, FollowerLogService } from 'vs/platform/log
import { ILogService, getLogLevel } from 'vs/platform/log/common/log';
import { OcticonLabel } from 'vs/base/browser/ui/octiconLabel/octiconLabel';
const MAX_URL_LENGTH = 5400;
const MAX_URL_LENGTH = platform.isWindows ? 2081 : 5400;
interface SearchResult {
html_url: string;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册