当前位置:网站首页>VS Code问题:长行的长度可通过 “editor.maxTokenizationLineLength“ 进行配置
VS Code问题:长行的长度可通过 “editor.maxTokenizationLineLength“ 进行配置
2022-07-05 09:16:00 【123加油^O^】
在将压缩的html代码拷贝过来的时候,出现提示:
出于性能原因,对长行跳过令牌化。长行的长度可通过 “editor.maxTokenizationLineLength” 进行配置
研究后发现需要修改Editor: Max Tokenization Line Length
过程如下:
管理 >> 设置 >> 搜索"editor.maxTokenizationLineLength" >> 输入1000000000000000000000000000000000000
提示:尽可能长的数字,它会自动便会1e+36的形式,直接输入1e+36会提示错误


边栏推荐
猜你喜欢

What is a firewall? Explanation of basic knowledge of firewall

Svgo v3.9.0+

Editor use of VI and VIM

nodejs_ 01_ fs. readFile

Add discount recharge and discount shadow ticket plug-ins to the resource realization applet

C语言-从键盘输入数组二维数组a,将a中3×5矩阵中第3列的元素左移到第0列,第3列以后的每列元素行依次左移,原来左边的各列依次绕到右边

高性能Spark_transformation性能

Applet (global data sharing)

Creation and reference of applet

【阅读笔记】图对比学习 GNN+CL
随机推荐
Node collaboration and publishing
Chris LATTNER, the father of llvm: why should we rebuild AI infrastructure software
Alibaba cloud sends SMS verification code
Kotlin introductory notes (I) kotlin variables and non variables
OpenGL - Lighting
C # image difference comparison: image subtraction (pointer method, high speed)
C语言-从键盘输入数组二维数组a,将a中3×5矩阵中第3列的元素左移到第0列,第3列以后的每列元素行依次左移,原来左边的各列依次绕到右边
3D reconstruction open source code summary [keep updated]
Golang foundation -- map, array and slice store different types of data
Wxml template syntax
一题多解,ASP.NET Core应用启动初始化的N种方案[上篇]
Svg optimization by svgo
Golang foundation - the time data inserted by golang into MySQL is inconsistent with the local time
Ecmascript6 introduction and environment construction
The combination of deep learning model and wet experiment is expected to be used for metabolic flux analysis
2310. 个位数字为 K 的整数之和
np. allclose
Creation and reference of applet
Shutter uses overlay to realize global pop-up
什么是防火墙?防火墙基础知识讲解