周报@2023-02-06 @ Mon, Feb 6, 2023 5:06 PM
周报@2023-02-06 @ Wed, Feb 8, 2023 10:16 AM
Expand 2 lines ...
3
author: powerfulyang
3
author: powerfulyang
4
date: 2023-02-06
4
date: 2023-02-06
5
public: true
5
public: true
6
-
summary: 对于最近的收获的一些总结,主要精力其实在一些提升效率的方案上(比如快捷键,一些有用的 IDE 设置),看到的让人感兴趣的文章,记录遇到的一些问题
6
+
summary: 对于最近的收获的一些总结,主要精力其实在一些提升效率的方案上(比如快捷键,一些有用的 IDE 设置),一些看到的让人感兴趣的文章,记录遇到的一些问题
7
tags: 
7
tags: 
8
    - 周报
8
    - 周报
9
    - 个人总结
9
    - 个人总结
Expand 2 lines ...
12
## 效率方面
12
## 效率方面
13
13
14
-
1. [Auto Import + Do not import exactly from](https://powerfulyang.com/post/24#%E4%B8%80%E4%BA%9B%E8%AE%BE%E7%BD%AE%E7%9B%B8%E5%85%B3) 的搭配真的很爽。
14
+
- [x] [Auto Import + Do not import exactly from](https://powerfulyang.com/post/24#%E4%B8%80%E4%BA%9B%E8%AE%BE%E7%BD%AE%E7%9B%B8%E5%85%B3) 的搭配真的很爽。
15
15
16
16
17
## 有趣的东西
17
## 有趣的东西
18
18
Expand 4 lines ...
23
23
24
-
- [x] [monaco-editor language 为 markdown 时输入代码块时报错: Error: Language id "vs.editor.nullLanguage" is not configured nor known 的解决](https://github.com/microsoft/monaco-editor/issues/2962#issuecomment-1301587105)
24
+
- [x] Error: Language id "vs.editor.nullLanguage" is an error that occurs when the language id is not configured or known in the Monaco editor. To fix this, you can register the language id by adding the following code:
25
+
26
+
```js
27
+
monaco.languages.register({id: 'vs.editor.nullLanguage'})
28
+
```
29
+
30
+
相关链接:[Error: Language id "vs.editor.nullLanguage" is not configured nor known](https://github.com/microsoft/monaco-editor/issues/2962#issuecomment-1301587105)
31
+
32
+
## 关于 chat-gpt
33
+
34
+
带 AI 的搜索引擎,[you.com](https://you.com) 很好用。