我使用VS Code作为我的IDE,今天早上我注意到当我点击command + s时,一些代码被删除。特别是我的index.tsx文件:
import { Dialog, Disclosure, Transition } from '@headlessui/react';
import { InformationCircleIcon } from '@heroicons/react/20/solid';
import Head from 'next/head';
import Link from 'next/link';
有没有人经历过类似的事情?我试着删除Prettier和Eslint插件,没有任何改变。
谢了,乔什
1条答案
按热度按时间8ehkhllq1#
最近我遇到了这种情况,这是一个扩展在我放入一个早期的return语句(用于测试)后进行清理。
尝试在禁用扩展的情况下运行VS Code,看看它是否仍然存在,这至少会缩小您的嫌疑人范围:Disable extensions in VScode from command line