Does this issue occur when all extensions are disabled?: Yes/No
$ code --version
1.105.1
7d842fb85a0275a4a8e4d7e040d2625abbf7f084
x64
$ uname -v -m -o
#1 SMP PREEMPT_DYNAMIC Debian 6.16.12-1 (2025-10-13) x86_64 GNU/Linux
VSCode version and OS version might not be related to this issue. Because DNS name resolution fails.
Steps to Reproduce:
- start
nslookup in interactive mode.
- set
debug mode.
- set server to 1.1.1.1 (public DNS resolver from Cloudflare)
- try to resolve "packages.microsoft.com"
then get SERVFAIL like following
$ nslookup
> set debug
> server 1.1.1.1
Default server: 1.1.1.1
Address: 1.1.1.1#53
> packages.microsoft.com
;; Got SERVFAIL reply from 1.1.1.1
Server: 1.1.1.1
Address: 1.1.1.1#53
------------
QUESTIONS:
packages.microsoft.com, type = A, class = IN
ANSWERS:
AUTHORITY RECORDS:
ADDITIONAL RECORDS:
------------
** server can't find packages.microsoft.com: SERVFAIL
Does this issue occur when all extensions are disabled?: Yes/No
$ uname -v -m -o #1 SMP PREEMPT_DYNAMIC Debian 6.16.12-1 (2025-10-13) x86_64 GNU/LinuxVSCode version and OS version might not be related to this issue. Because DNS name resolution fails.
Steps to Reproduce:
nslookupin interactive mode.debugmode.then get
SERVFAILlike following