thisdaydayde

Results 2 issues of thisdaydayde

请选择你遇到问题时使用的编辑模式: * `sv` 分屏编辑预览模式 ### 描述问题 分屏编辑模式下,将带有缩进(整体有tab)的代码片段复制进来时,缩进就乱掉了 ### 截屏或录像 原本在vscode中的代码: ![image](https://user-images.githubusercontent.com/6762068/92321580-b35c0b00-f05d-11ea-822d-0bda608896df.png) 整个复制(连同缩进)粘贴到编辑器中后缩进异常: ![image](https://user-images.githubusercontent.com/6762068/92321690-8bb97280-f05e-11ea-8eda-f574d704313e.png) 另外,所见在所得模式理上面的代码粘贴后缩进正常,但是如果切换为分屏模式的话,则缩进也会乱

修复缺陷

io.netty.util.ResourceLeakDetector : LEAK: ByteBuf.release() was not called before it's garbage-collected. See http://netty.io/wiki/reference-counted-objects.html for more information. Recent access records: Created at: io.netty.buffer.PooledByteBufAllocator.newDirectBuffer(PooledByteBufAllocator.java:331) io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:185) io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:176) io.netty.buffer.AbstractByteBufAllocator.ioBuffer(AbstractByteBufAllocator.java:129) com.corundumstudio.socketio.protocol.PacketEncoder.allocateBuffer(PacketEncoder.java:55) com.corundumstudio.socketio.handler.EncoderHandler.handleWebsocket(EncoderHandler.java:241) com.corundumstudio.socketio.handler.EncoderHandler.write(EncoderHandler.java:216) io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:738) io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:801) io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:814)...